Color names in this palette
CSS code for this palette
/* CSS */
.forsythia {
color: #ffc800;
}
.sunny-side-up {
color: #ffd942;
}
.hello-yellow {
color: #ffe59e;
}
.cape-jasmine {
color: #ffb85c;
}
.sun-crete {
color: #ff8c00;
}
/* CSS Variables */
:root {
--forsythia:#ffc800;
--sunny-side-up:#ffd942;
--hello-yellow:#ffe59e;
--cape-jasmine:#ffb85c;
--sun-crete:#ff8c00;
}