Color names in this palette
CSS code for this palette
/* CSS */
.butterscotch {
color: #f9b248;
}
.wake-me-up {
color: #f3d458;
}
.golden-blonde {
color: #efdf7b;
}
.ganon-blue {
color: #a6dff7;
}
.perfect-days {
color: #4aa1f2;
}
/* CSS Variables */
:root {
--butterscotch:#f9b248;
--wake-me-up:#f3d458;
--golden-blonde:#efdf7b;
--ganon-blue:#a6dff7;
--perfect-days:#4aa1f2;
}