Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.caspian-sea {
color: #4c6f90;
}
.blue-pot {
color: #a1b2c4;
}
.syndicalist {
color: #f5c400;
}
.tangerine-bliss {
color: #d66029;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--caspian-sea:#4c6f90;
--blue-pot:#a1b2c4;
--syndicalist:#f5c400;
--tangerine-bliss:#d66029;
}