Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a8d8e1;
}
.cool-aloe {
color: #a3d89d;
}
.bouncy-ball-green {
color: #4ca965;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.mandarin-red {
color: #e54f38;
}
/* CSS Variables */
:root {
--winsome-hue:#a8d8e1;
--cool-aloe:#a3d89d;
--bouncy-ball-green:#4ca965;
--gemini-mustard-momento:#f9a94e;
--mandarin-red:#e54f38;
}