Color names in this palette
CSS code for this palette
/* CSS */
.gilded {
color: #f6df4c;
}
.sorreno-lemon {
color: #f2d15a;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.maximum-yellow-red {
color: #f4b548;
}
.butterscotch {
color: #fbaf4b;
}
/* CSS Variables */
:root {
--gilded:#f6df4c;
--sorreno-lemon:#f2d15a;
--deep-fried-sun-rays:#f4c65d;
--maximum-yellow-red:#f4b548;
--butterscotch:#fbaf4b;
}