Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.ripe-melon {
color: #ffb8ad;
}
.curtsy {
color: #ffd4b8;
}
.kisses-and-hugs {
color: #ff667d;
}
.la-vie-en-rose {
color: #d4a5a5;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--ripe-melon:#ffb8ad;
--curtsy:#ffd4b8;
--kisses-and-hugs:#ff667d;
--la-vie-en-rose:#d4a5a5;
}