Color names in this palette
CSS code for this palette
/* CSS */
.sparkler {
color: #ffef94;
}
.coral-bisque {
color: #f6c3b1;
}
.sweet-perfume {
color: #d69ebc;
}
.grape-arbor {
color: #a598c8;
}
.greek-sea {
color: #7a9eeb;
}
/* CSS Variables */
:root {
--sparkler:#ffef94;
--coral-bisque:#f6c3b1;
--sweet-perfume:#d69ebc;
--grape-arbor:#a598c8;
--greek-sea:#7a9eeb;
}