Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.boat-house {
color: #4b8abe;
}
.water-nymph {
color: #85d1e0;
}
.noodles {
color: #f9e2b4;
}
.royal-blush {
color: #f26d50;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--boat-house:#4b8abe;
--water-nymph:#85d1e0;
--noodles:#f9e2b4;
--royal-blush:#f26d50;
}