Color names in this palette
CSS code for this palette
/* CSS */
.zirconia-teal {
color: #2a7e7e;
}
.hygiene-green {
color: #5ab5b5;
}
.morning-glory {
color: #9dd2d2;
}
.spring-yellow {
color: #f2e37d;
}
.spicy-paella {
color: #f2903a;
}
/* CSS Variables */
:root {
--zirconia-teal:#2a7e7e;
--hygiene-green:#5ab5b5;
--morning-glory:#9dd2d2;
--spring-yellow:#f2e37d;
--spicy-paella:#f2903a;
}