Color names in this palette
CSS code for this palette
/* CSS */
.crystalsong-blue {
color: #4db3af;
}
.turkish-teal {
color: #73c4c3;
}
.ice-crystal-blue {
color: #a4e0e0;
}
.leaf-bud {
color: #f3f2a0;
}
.lion-of-menecrates {
color: #f2a769;
}
/* CSS Variables */
:root {
--crystalsong-blue:#4db3af;
--turkish-teal:#73c4c3;
--ice-crystal-blue:#a4e0e0;
--leaf-bud:#f3f2a0;
--lion-of-menecrates:#f2a769;
}