Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f7e89c;
}
.template {
color: #a3c4e6;
}
.high-honey {
color: #e1b94c;
}
.ariel {
color: #afd6e9;
}
.ginger-peach {
color: #f9d29f;
}
/* CSS Variables */
:root {
--storm-lightning:#f7e89c;
--template:#a3c4e6;
--high-honey:#e1b94c;
--ariel:#afd6e9;
--ginger-peach:#f9d29f;
}