Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.apricot-obsession {
color: #f6c1b6;
}
.cameo-cream {
color: #f4e2c3;
}
.touch-of-turquoise {
color: #a2d7cf;
}
.cerulean-frost {
color: #6d9dc5;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--apricot-obsession:#f6c1b6;
--cameo-cream:#f4e2c3;
--touch-of-turquoise:#a2d7cf;
--cerulean-frost:#6d9dc5;
}