Color names in this palette
CSS code for this palette
/* CSS */
.sinkhole {
color: #4b6f72;
}
.zenith-heights {
color: #a6c9c4;
}
.cotton-club {
color: #f3e3d3;
}
.rustique {
color: #f4bfb3;
}
.spirit-warrior {
color: #d25941;
}
/* CSS Variables */
:root {
--sinkhole:#4b6f72;
--zenith-heights:#a6c9c4;
--cotton-club:#f3e3d3;
--rustique:#f4bfb3;
--spirit-warrior:#d25941;
}