Color names in this palette
CSS code for this palette
/* CSS */
.sullivan-s-heart {
color: #f9c3d3;
}
.optimistic-yellow {
color: #f4e1a4;
}
.mountain-mint {
color: #a9e0c2;
}
.sea-cliff {
color: #a3c7e0;
}
.rhodonite {
color: #f2b1c4;
}
/* CSS Variables */
:root {
--sullivan-s-heart:#f9c3d3;
--optimistic-yellow:#f4e1a4;
--mountain-mint:#a9e0c2;
--sea-cliff:#a3c7e0;
--rhodonite:#f2b1c4;
}