Color names in this palette
CSS code for this palette
/* CSS */
.carnation-bouquet {
color: #f6c1d1;
}
.pallid-orange {
color: #f8b8a0;
}
.florida-sunrise {
color: #f6aa6f;
}
.yellow-tulip {
color: #f5d26b;
}
.tal-yi-gold {
color: #e9b65d;
}
/* CSS Variables */
:root {
--carnation-bouquet:#f6c1d1;
--pallid-orange:#f8b8a0;
--florida-sunrise:#f6aa6f;
--yellow-tulip:#f5d26b;
--tal-yi-gold:#e9b65d;
}