Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.mexican-milk {
color: #ffb8b3;
}
.kisses-and-hugs {
color: #ff667d;
}
.confectionary {
color: #d5b3d1;
}
.poodle-skirt {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--mexican-milk:#ffb8b3;
--kisses-and-hugs:#ff667d;
--confectionary:#d5b3d1;
--poodle-skirt:#ffb3ba;
}