Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1c3d5e;
}
.boat-house {
color: #498dc1;
}
.baby-blue-eyes {
color: #a1ccf2;
}
.first-day-of-summer {
color: #f2e79c;
}
.nuclear-mango {
color: #f29c2c;
}
/* CSS Variables */
:root {
--sir-edmund:#1c3d5e;
--boat-house:#498dc1;
--baby-blue-eyes:#a1ccf2;
--first-day-of-summer:#f2e79c;
--nuclear-mango:#f29c2c;
}