Color names in this palette
CSS code for this palette
/* CSS */
.common-dandelion {
color: #fed85d;
}
.gold-sand {
color: #f6e6a7;
}
.peach-patch {
color: #f2d7a1;
}
.last-sunlight {
color: #e2b63c;
}
.mustard-seed {
color: #c6a12a;
}
/* CSS Variables */
:root {
--common-dandelion:#fed85d;
--gold-sand:#f6e6a7;
--peach-patch:#f2d7a1;
--last-sunlight:#e2b63c;
--mustard-seed:#c6a12a;
}