Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9c1c31;
}
.l-l-red {
color: #d95c26;
}
.radiant-yellow {
color: #f7a222;
}
.forsythia-blossom {
color: #f3d46d;
}
.fat-gold {
color: #e6b400;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9c1c31;
--l-l-red:#d95c26;
--radiant-yellow:#f7a222;
--forsythia-blossom:#f3d46d;
--fat-gold:#e6b400;
}