Color names in this palette
CSS code for this palette
/* CSS */
.aspen-yellow {
color: #f7e0a1;
}
.citrus-sachet {
color: #f1c6a7;
}
.whimsy {
color: #f09a84;
}
.bubblegum {
color: #e56177;
}
.self-love {
color: #d02f6f;
}
/* CSS Variables */
:root {
--aspen-yellow:#f7e0a1;
--citrus-sachet:#f1c6a7;
--whimsy:#f09a84;
--bubblegum:#e56177;
--self-love:#d02f6f;
}