Color names in this palette
CSS code for this palette
/* CSS */
.scotch-thistle {
color: #9c6f9f;
}
.novel-lilac {
color: #c1a2c3;
}
.etcetera {
color: #e2c5d4;
}
.posy {
color: #f3e0d3;
}
.light-pink-tone {
color: #f9d7d9;
}
/* CSS Variables */
:root {
--scotch-thistle:#9c6f9f;
--novel-lilac:#c1a2c3;
--etcetera:#e2c5d4;
--posy:#f3e0d3;
--light-pink-tone:#f9d7d9;
}