Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f5c2a3;
}
.storm-lightning {
color: #f9e59f;
}
.wild-apple {
color: #fef9d7;
}
.fine-blue {
color: #b5e1e3;
}
.norfolk-sky {
color: #6db3e8;
}
/* CSS Variables */
:root {
--neighborly-peach:#f5c2a3;
--storm-lightning:#f9e59f;
--wild-apple:#fef9d7;
--fine-blue:#b5e1e3;
--norfolk-sky:#6db3e8;
}