Color names in this palette
CSS code for this palette
/* CSS */
.soft-butter {
color: #f6e1b6;
}
.apricot-obsession {
color: #f6c2b6;
}
.prettiest-pink {
color: #e0a3c5;
}
.creeping-bellflower {
color: #b58cc5;
}
.lavender-blossom {
color: #a67dd9;
}
/* CSS Variables */
:root {
--soft-butter:#f6e1b6;
--apricot-obsession:#f6c2b6;
--prettiest-pink:#e0a3c5;
--creeping-bellflower:#b58cc5;
--lavender-blossom:#a67dd9;
}