Color names in this palette
CSS code for this palette
/* CSS */
.hibiscus-petal {
color: #f1a7ae;
}
.citrus-sachet {
color: #f3c7aa;
}
.sun-dust {
color: #f4e0a4;
}
.satin-green {
color: #c3e1b7;
}
.cielo {
color: #a7cfe7;
}
/* CSS Variables */
:root {
--hibiscus-petal:#f1a7ae;
--citrus-sachet:#f3c7aa;
--sun-dust:#f4e0a4;
--satin-green:#c3e1b7;
--cielo:#a7cfe7;
}