Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f0c0a3;
}
.soft-cashmere {
color: #f1b7d8;
}
.alpine-blue {
color: #dbe3e6;
}
.nevada-sky {
color: #a2d5e6;
}
.aqua-blue {
color: #78b6ba;
}
/* CSS Variables */
:root {
--neighborly-peach:#f0c0a3;
--soft-cashmere:#f1b7d8;
--alpine-blue:#dbe3e6;
--nevada-sky:#a2d5e6;
--aqua-blue:#78b6ba;
}