Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a95b8c;
}
.sweet-lilac {
color: #eab8d1;
}
.sand-island {
color: #f4d2c3;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--cyclamen-red:#a95b8c;
--sweet-lilac:#eab8d1;
--sand-island:#f4d2c3;
--smooth-as-corn-silk:#f6e5b1;
--welcoming-wasp:#f0a800;
}