Color names in this palette
CSS code for this palette
/* CSS */
.drifting-dream {
color: #c5b6e7;
}
.lush-lilac {
color: #9f7cbb;
}
.just-a-fairytale {
color: #6f5b9a;
}
.coral-fountain {
color: #e2ada1;
}
.noodles {
color: #f8e4b4;
}
/* CSS Variables */
:root {
--drifting-dream:#c5b6e7;
--lush-lilac:#9f7cbb;
--just-a-fairytale:#6f5b9a;
--coral-fountain:#e2ada1;
--noodles:#f8e4b4;
}