Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.christmas-blue {
color: #2b8eb6;
}
.may-day {
color: #4ccdc4;
}
.noodles {
color: #f9e3b4;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--christmas-blue:#2b8eb6;
--may-day:#4ccdc4;
--noodles:#f9e3b4;
--khmer-curry:#f05656;
}