Color names in this palette
CSS code for this palette
/* CSS */
.gilded {
color: #f5df51;
}
.sunny-mood {
color: #f7c94b;
}
.peach-butter {
color: #fbaf3c;
}
.pelican-pecker {
color: #f99b2f;
}
.apocalyptic-orange {
color: #f8771b;
}
/* CSS Variables */
:root {
--gilded:#f5df51;
--sunny-mood:#f7c94b;
--peach-butter:#fbaf3c;
--pelican-pecker:#f99b2f;
--apocalyptic-orange:#f8771b;
}