Color names in this palette
CSS code for this palette
/* CSS */
.pale-petunia {
color: #f6c1c9;
}
.first-date {
color: #f8afa0;
}
.aspen-yellow {
color: #f8e0a0;
}
.bleached-sunflower {
color: #f9e8a4;
}
.yellow-currant {
color: #f9c36c;
}
/* CSS Variables */
:root {
--pale-petunia:#f6c1c9;
--first-date:#f8afa0;
--aspen-yellow:#f8e0a0;
--bleached-sunflower:#f9e8a4;
--yellow-currant:#f9c36c;
}