Color names in this palette
CSS code for this palette
/* CSS */
.lemon-ice-yellow {
color: #f6e1a7;
}
.carnation-bloom {
color: #f9bebe;
}
.calabrese {
color: #f3a5a5;
}
.flower-blossom-pink {
color: #f57a8b;
}
.camellia-rose {
color: #e34f6c;
}
/* CSS Variables */
:root {
--lemon-ice-yellow:#f6e1a7;
--carnation-bloom:#f9bebe;
--calabrese:#f3a5a5;
--flower-blossom-pink:#f57a8b;
--camellia-rose:#e34f6c;
}