Color names in this palette
CSS code for this palette
/* CSS */
.mixed-fruit {
color: #f9b7b4;
}
.heirloom-apricot {
color: #f6bfa7;
}
.sugar-cookie {
color: #f1e1a2;
}
.lasting-thoughts {
color: #cfe8b0;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--mixed-fruit:#f9b7b4;
--heirloom-apricot:#f6bfa7;
--sugar-cookie:#f1e1a2;
--lasting-thoughts:#cfe8b0;
--light-blue-glint:#a8d3e1;
}