Color names in this palette
CSS code for this palette
/* CSS */
.sinkhole {
color: #4b6f72;
}
.steel-pan-mallet {
color: #71a8a0;
}
.southern-belle {
color: #a3d7c4;
}
.vanilla {
color: #f3e4aa;
}
.amaranth-pink {
color: #f19dbc;
}
/* CSS Variables */
:root {
--sinkhole:#4b6f72;
--steel-pan-mallet:#71a8a0;
--southern-belle:#a3d7c4;
--vanilla:#f3e4aa;
--amaranth-pink:#f19dbc;
}