Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-yellow {
color: #e4a41b;
}
.freesia {
color: #f0c02d;
}
.goldfinch {
color: #f6e260;
}
.aztec-sky {
color: #4cb8d6;
}
.cosmic-coral {
color: #e57e6c;
}
/* CSS Variables */
:root {
--grapefruit-yellow:#e4a41b;
--freesia:#f0c02d;
--goldfinch:#f6e260;
--aztec-sky:#4cb8d6;
--cosmic-coral:#e57e6c;
}