Color names in this palette
CSS code for this palette
/* CSS */
.apricot-iced-tea {
color: #f6bf98;
}
.prettiest-pink {
color: #e2a1c2;
}
.canter-peach {
color: #f7d5bb;
}
.peek-a-blue {
color: #c4e3e0;
}
.fresco-cream {
color: #f9c7a4;
}
/* CSS Variables */
:root {
--apricot-iced-tea:#f6bf98;
--prettiest-pink:#e2a1c2;
--canter-peach:#f7d5bb;
--peek-a-blue:#c4e3e0;
--fresco-cream:#f9c7a4;
}