Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3c6b;
}
.zenith {
color: #497b9c;
}
.pearl-blue {
color: #76b2c6;
}
.break-the-ice {
color: #b2e0f0;
}
.durango-dust {
color: #f9e19f;
}
/* CSS Variables */
:root {
--limoges:#1f3c6b;
--zenith:#497b9c;
--pearl-blue:#76b2c6;
--break-the-ice:#b2e0f0;
--durango-dust:#f9e19f;
}