Color names in this palette
CSS code for this palette
/* CSS */
.amber {
color: #ffbf00;
}
.casandora-yellow {
color: #ffce5c;
}
.caramel-finish {
color: #ffd899;
}
.frosted-lemon {
color: #ffedc7;
}
.silky-tofu {
color: #fff6e5;
}
/* CSS Variables */
:root {
--amber:#ffbf00;
--casandora-yellow:#ffce5c;
--caramel-finish:#ffd899;
--frosted-lemon:#ffedc7;
--silky-tofu:#fff6e5;
}