Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-yogurt {
color: #e5b8e5;
}
.light-budgie-blue {
color: #a0d4e9;
}
.boxwood-yellow {
color: #f1e5a2;
}
.aztec-glimmer {
color: #e8b34a;
}
.darling-clementine {
color: #d49e77;
}
/* CSS Variables */
:root {
--blackberry-yogurt:#e5b8e5;
--light-budgie-blue:#a0d4e9;
--boxwood-yellow:#f1e5a2;
--aztec-glimmer:#e8b34a;
--darling-clementine:#d49e77;
}