Color names in this palette
CSS code for this palette
/* CSS */
.cold-heights {
color: #1bd3e4;
}
.dioptase-green {
color: #409c8f;
}
.vivid-imagination {
color: #5b9f5d;
}
.sundance {
color: #f9c86c;
}
.creole-sauce {
color: #f48b2f;
}
/* CSS Variables */
:root {
--cold-heights:#1bd3e4;
--dioptase-green:#409c8f;
--vivid-imagination:#5b9f5d;
--sundance:#f9c86c;
--creole-sauce:#f48b2f;
}