Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f0c2a3;
}
.bathe-blue {
color: #c2e0e5;
}
.southern-belle {
color: #a5d5c6;
}
.stormfang {
color: #80a3c2;
}
.storm-blue {
color: #507d9b;
}
/* CSS Variables */
:root {
--neighborly-peach:#f0c2a3;
--bathe-blue:#c2e0e5;
--southern-belle:#a5d5c6;
--stormfang:#80a3c2;
--storm-blue:#507d9b;
}