Color names in this palette
CSS code for this palette
/* CSS */
.classic-rose {
color: #f9cde7;
}
.himalayan-balsam {
color: #ff99c9;
}
.stellar-strawberry {
color: #ff5c8d;
}
.chinese-new-year {
color: #ff2e69;
}
.red-light-neon {
color: #ff0055;
}
/* CSS Variables */
:root {
--classic-rose:#f9cde7;
--himalayan-balsam:#ff99c9;
--stellar-strawberry:#ff5c8d;
--chinese-new-year:#ff2e69;
--red-light-neon:#ff0055;
}