Color names in this palette
CSS code for this palette
/* CSS */
.sand-island {
color: #f6d0c1;
}
.petals-unfolding {
color: #f4b8c4;
}
.pastel-magenta {
color: #f29cc3;
}
.high-maintenance {
color: #d68ab0;
}
.cyclamen-red {
color: #a65e8d;
}
/* CSS Variables */
:root {
--sand-island:#f6d0c1;
--petals-unfolding:#f4b8c4;
--pastel-magenta:#f29cc3;
--high-maintenance:#d68ab0;
--cyclamen-red:#a65e8d;
}