Color names in this palette
CSS code for this palette
/* CSS */
.flan {
color: #f7e1b6;
}
.citrus-sachet {
color: #f1c6a7;
}
.love-at-first-sight {
color: #e5a4b2;
}
.haute-pink {
color: #d89dae;
}
.strawberry-surprise {
color: #b7718d;
}
/* CSS Variables */
:root {
--flan:#f7e1b6;
--citrus-sachet:#f1c6a7;
--love-at-first-sight:#e5a4b2;
--haute-pink:#d89dae;
--strawberry-surprise:#b7718d;
}