Color names in this palette
CSS code for this palette
/* CSS */
.forsythia {
color: #ffc800;
}
.flush-orange {
color: #ff6e00;
}
.coquelicot {
color: #ff3c00;
}
.hot-aquarelle-pink {
color: #ffb3d9;
}
.vivid-orchid {
color: #c800ff;
}
/* CSS Variables */
:root {
--forsythia:#ffc800;
--flush-orange:#ff6e00;
--coquelicot:#ff3c00;
--hot-aquarelle-pink:#ffb3d9;
--vivid-orchid:#c800ff;
}