Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.ocean-call {
color: #2d6a8b;
}
.jolt-of-jade {
color: #4cb8a2;
}
.sweet-rhapsody {
color: #8fd6d2;
}
.summer-pear {
color: #f5f0d1;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--ocean-call:#2d6a8b;
--jolt-of-jade:#4cb8a2;
--sweet-rhapsody:#8fd6d2;
--summer-pear:#f5f0d1;
}