Color names in this palette
CSS code for this palette
/* CSS */
.celestial-coral {
color: #d93f4f;
}
.calabrese {
color: #f1a8a2;
}
.milky-maize {
color: #f7d6a1;
}
.green-trance {
color: #a4d5a6;
}
.crystalsong-blue {
color: #4cb2b8;
}
/* CSS Variables */
:root {
--celestial-coral:#d93f4f;
--calabrese:#f1a8a2;
--milky-maize:#f7d6a1;
--green-trance:#a4d5a6;
--crystalsong-blue:#4cb2b8;
}