Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.australian-apricot {
color: #f5c5a3;
}
.oyster-bisque {
color: #f1e7b1;
}
.lasting-thoughts {
color: #d7e4af;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--australian-apricot:#f5c5a3;
--oyster-bisque:#f1e7b1;
--lasting-thoughts:#d7e4af;
--sea-cliff:#a3c7e0;
}