Color names in this palette
CSS code for this palette
/* CSS */
.gnocchi-beige {
color: #ffeeb8;
}
.citrus-sachet {
color: #f4caa9;
}
.harmonious-rose {
color: #f89bba;
}
.french-pink {
color: #f76e9e;
}
.blush-d-amour {
color: #d95e87;
}
/* CSS Variables */
:root {
--gnocchi-beige:#ffeeb8;
--citrus-sachet:#f4caa9;
--harmonious-rose:#f89bba;
--french-pink:#f76e9e;
--blush-d-amour:#d95e87;
}