Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e3a6c;
}
.boat-house {
color: #4b90be;
}
.winter-chime {
color: #83c5e2;
}
.late-day-sun {
color: #f0e08e;
}
.durotar-fire {
color: #f15a27;
}
/* CSS Variables */
:root {
--limoges:#1e3a6c;
--boat-house:#4b90be;
--winter-chime:#83c5e2;
--late-day-sun:#f0e08e;
--durotar-fire:#f15a27;
}