Color names in this palette
CSS code for this palette
/* CSS */
.belize-green {
color: #b9c2b3;
}
.zenith-heights {
color: #a6c9c5;
}
.woven-raffia {
color: #f2dfc0;
}
.high-plateau {
color: #e3b37d;
}
.yum-raw-spam {
color: #c68d7b;
}
/* CSS Variables */
:root {
--belize-green:#b9c2b3;
--zenith-heights:#a6c9c5;
--woven-raffia:#f2dfc0;
--high-plateau:#e3b37d;
--yum-raw-spam:#c68d7b;
}