Color names in this palette
CSS code for this palette
/* CSS */
.canoe-blue {
color: #1c5073;
}
.cossack-dancer {
color: #4a8ea1;
}
.celestine {
color: #85c1c7;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--canoe-blue:#1c5073;
--cossack-dancer:#4a8ea1;
--celestine:#85c1c7;
--yellow-wax-pepper:#f0e6b7;
--sun-orange:#f47b1f;
}