Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #5ac6e7;
}
.instant-orange {
color: #ff8929;
}
.evening-sunset {
color: #f2b26e;
}
.clear-vision {
color: #e5f2f5;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--clean-pool:#5ac6e7;
--instant-orange:#ff8929;
--evening-sunset:#f2b26e;
--clear-vision:#e5f2f5;
--halt-and-catch-fire:#ff6933;
}