Color names in this palette
CSS code for this palette
/* CSS */
.butter-muffin {
color: #f8dfb4;
}
.mountain-laurel {
color: #f4c8d3;
}
.spring-wisteria {
color: #d0a4df;
}
.angela-bay {
color: #a4c3e5;
}
.sea-glass-teal {
color: #a3e6d6;
}
/* CSS Variables */
:root {
--butter-muffin:#f8dfb4;
--mountain-laurel:#f4c8d3;
--spring-wisteria:#d0a4df;
--angela-bay:#a4c3e5;
--sea-glass-teal:#a3e6d6;
}