Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.team-spirit {
color: #3e6a89;
}
.stillwater {
color: #6da1b0;
}
.chlorophyll-cream {
color: #b2d7c3;
}
.durango-dust {
color: #f9e19f;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--team-spirit:#3e6a89;
--stillwater:#6da1b0;
--chlorophyll-cream:#b2d7c3;
--durango-dust:#f9e19f;
}