Color names in this palette
CSS code for this palette
/* CSS */
.hermosa-pink {
color: #ffb3e7;
}
.blush-hour {
color: #ff7092;
}
.snow-white-blush {
color: #f9aeae;
}
.spicy-paella {
color: #f28e36;
}
.poinciana {
color: #d83a2c;
}
/* CSS Variables */
:root {
--hermosa-pink:#ffb3e7;
--blush-hour:#ff7092;
--snow-white-blush:#f9aeae;
--spicy-paella:#f28e36;
--poinciana:#d83a2c;
}