Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.pale-petunia {
color: #f6c1c9;
}
.pallid-orange {
color: #f9b69f;
}
.orange-grove {
color: #fbb08e;
}
.sandy-brown {
color: #f8a35d;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--pale-petunia:#f6c1c9;
--pallid-orange:#f9b69f;
--orange-grove:#fbb08e;
--sandy-brown:#f8a35d;
}