Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.endeavour {
color: #2a5a8d;
}
.boat-house {
color: #4a8bba;
}
.winter-chime {
color: #85c3e0;
}
.yellow-petal {
color: #f0e84c;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--endeavour:#2a5a8d;
--boat-house:#4a8bba;
--winter-chime:#85c3e0;
--yellow-petal:#f0e84c;
}