Color names in this palette
CSS code for this palette
/* CSS */
.cream-can {
color: #edc550;
}
.glitter-yellow {
color: #f6d75a;
}
.vanilla-pudding {
color: #f9e66c;
}
.last-sunlight {
color: #e7b93c;
}
.glitzy-gold {
color: #d69f29;
}
/* CSS Variables */
:root {
--cream-can:#edc550;
--glitter-yellow:#f6d75a;
--vanilla-pudding:#f9e66c;
--last-sunlight:#e7b93c;
--glitzy-gold:#d69f29;
}