Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.sunburst {
color: #f3b27c;
}
.forsythia-blossom {
color: #f4d66c;
}
.stem-green {
color: #adeb89;
}
.lake-thun {
color: #4cb9e1;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--sunburst:#f3b27c;
--forsythia-blossom:#f4d66c;
--stem-green:#adeb89;
--lake-thun:#4cb9e1;
}