Color names in this palette
CSS code for this palette
/* CSS */
.firelight {
color: #f9d77b;
}
.butter-cream {
color: #f1b341;
}
.dried-goldenrod {
color: #e6a92d;
}
.purity {
color: #d8c7e5;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--firelight:#f9d77b;
--butter-cream:#f1b341;
--dried-goldenrod:#e6a92d;
--purity:#d8c7e5;
--ganon-blue:#a1dff7;
}