Color names in this palette
CSS code for this palette
/* CSS */
.steel-teal {
color: #5e8d8d;
}
.sinbad {
color: #a7d7cf;
}
.optimistic-yellow {
color: #f4e1a4;
}
.citrus-hill {
color: #f6a88e;
}
.babe {
color: #e07c7b;
}
/* CSS Variables */
:root {
--steel-teal:#5e8d8d;
--sinbad:#a7d7cf;
--optimistic-yellow:#f4e1a4;
--citrus-hill:#f6a88e;
--babe:#e07c7b;
}