Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.peach-temptation {
color: #f2c7b0;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.oyster-bisque {
color: #f1e5b1;
}
.lasting-thoughts {
color: #d0e8b0;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--peach-temptation:#f2c7b0;
--enjoyable-yellow:#f6d6a7;
--oyster-bisque:#f1e5b1;
--lasting-thoughts:#d0e8b0;
}