Color names in this palette
CSS code for this palette
/* CSS */
.ballerina-tears {
color: #f5b8b2;
}
.sparkle-glow {
color: #f6d2b6;
}
.double-cream {
color: #f1d8a2;
}
.tal-yi-gold {
color: #e5b15d;
}
.classic-gold {
color: #c8a46a;
}
/* CSS Variables */
:root {
--ballerina-tears:#f5b8b2;
--sparkle-glow:#f6d2b6;
--double-cream:#f1d8a2;
--tal-yi-gold:#e5b15d;
--classic-gold:#c8a46a;
}