Color names in this palette
CSS code for this palette
/* CSS */
.scooter {
color: #2b8f9c;
}
.crystalsong-blue {
color: #4bb5b9;
}
.sky-of-ocean {
color: #85d2e5;
}
.barley-white {
color: #f7e3b6;
}
.sun-orange {
color: #f27c21;
}
/* CSS Variables */
:root {
--scooter:#2b8f9c;
--crystalsong-blue:#4bb5b9;
--sky-of-ocean:#85d2e5;
--barley-white:#f7e3b6;
--sun-orange:#f27c21;
}