Color names in this palette
CSS code for this palette
/* CSS */
.star-studded {
color: #f9ebae;
}
.floral-leaf {
color: #ffb84d;
}
.beniukon-bronze {
color: #ff7e38;
}
.stellar-strawberry {
color: #ff5c8d;
}
.french-rose {
color: #f14b8b;
}
/* CSS Variables */
:root {
--star-studded:#f9ebae;
--floral-leaf:#ffb84d;
--beniukon-bronze:#ff7e38;
--stellar-strawberry:#ff5c8d;
--french-rose:#f14b8b;
}