Color names in this palette
CSS code for this palette
/* CSS */
.blue-racer {
color: #4ca1ae;
}
.wake-me-up {
color: #f6d55a;
}
.apricot-sorbet {
color: #e6a560;
}
.gerbera-red {
color: #f26418;
}
.opulent-orange {
color: #f25e40;
}
/* CSS Variables */
:root {
--blue-racer:#4ca1ae;
--wake-me-up:#f6d55a;
--apricot-sorbet:#e6a560;
--gerbera-red:#f26418;
--opulent-orange:#f25e40;
}