Color names in this palette
CSS code for this palette
/* CSS */
.aspen-yellow {
color: #f8e0a0;
}
.laelia-pink {
color: #f5c7df;
}
.rose-mallow {
color: #f1a7c8;
}
.blushed-bombshell {
color: #e98bce;
}
.little-bow-pink {
color: #d67a9c;
}
/* CSS Variables */
:root {
--aspen-yellow:#f8e0a0;
--laelia-pink:#f5c7df;
--rose-mallow:#f1a7c8;
--blushed-bombshell:#e98bce;
--little-bow-pink:#d67a9c;
}