Color names in this palette
CSS code for this palette
/* CSS */
.lion-cub {
color: #f8caa5;
}
.calabrese {
color: #f1a8a2;
}
.pink-carnation {
color: #f17e9d;
}
.blush-d-amour {
color: #d85a84;
}
.our-little-secret {
color: #a24e79;
}
/* CSS Variables */
:root {
--lion-cub:#f8caa5;
--calabrese:#f1a8a2;
--pink-carnation:#f17e9d;
--blush-d-amour:#d85a84;
--our-little-secret:#a24e79;
}