Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.ocean-front {
color: #b7e4f0;
}
.tender-peach {
color: #f7d5b6;
}
.brain-pink {
color: #f5b2b2;
}
.just-blush {
color: #fbb5a2;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--ocean-front:#b7e4f0;
--tender-peach:#f7d5b6;
--brain-pink:#f5b2b2;
--just-blush:#fbb5a2;
}