Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.antique-wicker-basket {
color: #f3d2a0;
}
.city-of-pink-angels {
color: #e7b3a2;
}
.almond-butter {
color: #d7c6a8;
}
.tender-greens {
color: #c2d1b8;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--antique-wicker-basket:#f3d2a0;
--city-of-pink-angels:#e7b3a2;
--almond-butter:#d7c6a8;
--tender-greens:#c2d1b8;
}