Color names in this palette
CSS code for this palette
/* CSS */
.satin-latour {
color: #f9d7ae;
}
.first-date {
color: #f6b4a2;
}
.sachet-pink {
color: #f490b8;
}
.chewing-gum-pink {
color: #e58bb9;
}
.french-mauve {
color: #d67acd;
}
/* CSS Variables */
:root {
--satin-latour:#f9d7ae;
--first-date:#f6b4a2;
--sachet-pink:#f490b8;
--chewing-gum-pink:#e58bb9;
--french-mauve:#d67acd;
}