Color names in this palette
CSS code for this palette
/* CSS */
.crown-blue {
color: #4a4e68;
}
.midnight-express {
color: #22223a;
}
.wake-me-up {
color: #f5d15b;
}
.melon-melody {
color: #f8c391;
}
.festive-fennec {
color: #fc5a62;
}
/* CSS Variables */
:root {
--crown-blue:#4a4e68;
--midnight-express:#22223a;
--wake-me-up:#f5d15b;
--melon-melody:#f8c391;
--festive-fennec:#fc5a62;
}