Color names in this palette
CSS code for this palette
/* CSS */
.champagne-elegance {
color: #ead7e6;
}
.love-spell {
color: #f7b6c4;
}
.first-date {
color: #f1b2a2;
}
.smooth-as-corn-silk {
color: #f6e4b1;
}
.sky-chase {
color: #a5c8cf;
}
/* CSS Variables */
:root {
--champagne-elegance:#ead7e6;
--love-spell:#f7b6c4;
--first-date:#f1b2a2;
--smooth-as-corn-silk:#f6e4b1;
--sky-chase:#a5c8cf;
}