Color names in this palette
CSS code for this palette
/* CSS */
.tulip-soft-blue {
color: #c4c3d5;
}
.luxe-lilac {
color: #a7a4b2;
}
.sweet-lilac {
color: #e8b5d0;
}
.aspen-yellow {
color: #f8e0a0;
}
.sandy-brown {
color: #f2a65a;
}
/* CSS Variables */
:root {
--tulip-soft-blue:#c4c3d5;
--luxe-lilac:#a7a4b2;
--sweet-lilac:#e8b5d0;
--aspen-yellow:#f8e0a0;
--sandy-brown:#f2a65a;
}