Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.midnight-express {
color: #22223a;
}
.sunshine-mellow {
color: #f1c40e;
}
.snow-white-blush {
color: #f9aeae;
}
.greenivorous {
color: #c6e538;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--midnight-express:#22223a;
--sunshine-mellow:#f1c40e;
--snow-white-blush:#f9aeae;
--greenivorous:#c6e538;
}