Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.sunny-mood {
color: #f7c94b;
}
.pale-pear {
color: #f7da6e;
}
.storm-lightning {
color: #f8e99b;
}
.electric-arc {
color: #f9f8c8;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--sunny-mood:#f7c94b;
--pale-pear:#f7da6e;
--storm-lightning:#f8e99b;
--electric-arc:#f9f8c8;
}