Color names in this palette
CSS code for this palette
/* CSS */
.nevada-sky {
color: #a2dae6;
}
.first-peach {
color: #f6c7c6;
}
.bad-moon-yellow {
color: #f2e5b5;
}
.sweet-lilac {
color: #e9b9d0;
}
.lavender-candy {
color: #f9b4d3;
}
/* CSS Variables */
:root {
--nevada-sky:#a2dae6;
--first-peach:#f6c7c6;
--bad-moon-yellow:#f2e5b5;
--sweet-lilac:#e9b9d0;
--lavender-candy:#f9b4d3;
}