Color names in this palette
CSS code for this palette
/* CSS */
.yellow-currant {
color: #f6c76a;
}
.sandy-brown {
color: #f1a15f;
}
.tangerine-flake {
color: #e37d5f;
}
.valencia {
color: #d45c4e;
}
.rose-vale {
color: #a84d5e;
}
/* CSS Variables */
:root {
--yellow-currant:#f6c76a;
--sandy-brown:#f1a15f;
--tangerine-flake:#e37d5f;
--valencia:#d45c4e;
--rose-vale:#a84d5e;
}