Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a4c8df;
}
.praise-the-sun {
color: #f2f4d7;
}
.tender-peach {
color: #f8d6b9;
}
.salmon-pok-bowl {
color: #f17b79;
}
.our-little-secret {
color: #a84d7d;
}
/* CSS Variables */
:root {
--sea-cliff:#a4c8df;
--praise-the-sun:#f2f4d7;
--tender-peach:#f8d6b9;
--salmon-pok-bowl:#f17b79;
--our-little-secret:#a84d7d;
}