Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c6;
}
.mandys-pink {
color: #f4b79f;
}
.honey-tone {
color: #f9d99a;
}
.dingy-sticky-note {
color: #e2f6a7;
}
.aqua-fiesta {
color: #9be2e8;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c6;
--mandys-pink:#f4b79f;
--honey-tone:#f9d99a;
--dingy-sticky-note:#e2f6a7;
--aqua-fiesta:#9be2e8;
}