Color names in this palette
CSS code for this palette
/* CSS */
.cancer-seagreen-scarab {
color: #2ca3a5;
}
.hygiene-green {
color: #60beb8;
}
.shallow-shoal {
color: #9fd6d4;
}
.woven-raffia {
color: #f0e2c1;
}
.snow-white-blush {
color: #f9aeae;
}
/* CSS Variables */
:root {
--cancer-seagreen-scarab:#2ca3a5;
--hygiene-green:#60beb8;
--shallow-shoal:#9fd6d4;
--woven-raffia:#f0e2c1;
--snow-white-blush:#f9aeae;
}