CSS code for this palette
/* CSS */
.alley {
color: #b6c6d8;
}
.sweet-lilac {
color: #e9b9d0;
}
.brushstroke {
color: #f2e1ba;
}
.sunshade {
color: #f69e4c;
}
.horror-snob {
color: #d64c4c;
}
/* CSS Variables */
:root {
--alley:#b6c6d8;
--sweet-lilac:#e9b9d0;
--brushstroke:#f2e1ba;
--sunshade:#f69e4c;
--horror-snob:#d64c4c;
}