Color names in this palette
CSS code for this palette
/* CSS */
.forever-lilac {
color: #aea4c6;
}
.smooth-satin {
color: #a4d4d5;
}
.sea-cliff {
color: #a4c8df;
}
.opal {
color: #afe0e4;
}
.silent-snowfall {
color: #eff8fb;
}
/* CSS Variables */
:root {
--forever-lilac:#aea4c6;
--smooth-satin:#a4d4d5;
--sea-cliff:#a4c8df;
--opal:#afe0e4;
--silent-snowfall:#eff8fb;
}