Color names in this palette
CSS code for this palette
/* CSS */
.ancient-scroll {
color: #f0e5d0;
}
.french-lilac {
color: #e2b6d8;
}
.grape-illusion {
color: #b8a4da;
}
.sweet-dreams {
color: #9cc3e7;
}
.dusty-jade-green {
color: #6aaf9c;
}
/* CSS Variables */
:root {
--ancient-scroll:#f0e5d0;
--french-lilac:#e2b6d8;
--grape-illusion:#b8a4da;
--sweet-dreams:#9cc3e7;
--dusty-jade-green:#6aaf9c;
}