Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sorreno-lemon {
color: #f5cf5b;
}
.roadster-yellow {
color: #f1e0a2;
}
.sinbad {
color: #a7d7d2;
}
.strawberry-pink {
color: #f26e7d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sorreno-lemon:#f5cf5b;
--roadster-yellow:#f1e0a2;
--sinbad:#a7d7d2;
--strawberry-pink:#f26e7d;
}