Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.tech-wave {
color: #4d7b9d;
}
.heavenly {
color: #80b2c2;
}
.jade-spell {
color: #c2e5d5;
}
.cochin-chicken {
color: #f5b561;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--tech-wave:#4d7b9d;
--heavenly:#80b2c2;
--jade-spell:#c2e5d5;
--cochin-chicken:#f5b561;
}