Color names in this palette
CSS code for this palette
/* CSS */
.calypso-red {
color: #e16866;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.marigold-dust {
color: #f4cf3e;
}
.crystal-green {
color: #a5d97d;
}
.dayflower {
color: #3a9cd9;
}
/* CSS Variables */
:root {
--calypso-red:#e16866;
--apricot-glazed-chicken:#f5a524;
--marigold-dust:#f4cf3e;
--crystal-green:#a5d97d;
--dayflower:#3a9cd9;
}