Color names in this palette
CSS code for this palette
/* CSS */
.forsythia {
color: #ffc800;
}
.aerospace-orange {
color: #ff5100;
}
.burtuqali-orange {
color: #ff6a00;
}
.strawberry-buttercream {
color: #ffb3ff;
}
.sugarpills {
color: #ffdbff;
}
/* CSS Variables */
:root {
--forsythia:#ffc800;
--aerospace-orange:#ff5100;
--burtuqali-orange:#ff6a00;
--strawberry-buttercream:#ffb3ff;
--sugarpills:#ffdbff;
}