Color names in this palette
CSS code for this palette
/* CSS */
.sweet-flag {
color: #6b3f97;
}
.soft-purple {
color: #a770bd;
}
.eau-de-rose {
color: #e1b7d4;
}
.petals-unfolding {
color: #f4bebf;
}
.frozen-salmon {
color: #ffa98f;
}
/* CSS Variables */
:root {
--sweet-flag:#6b3f97;
--soft-purple:#a770bd;
--eau-de-rose:#e1b7d4;
--petals-unfolding:#f4bebf;
--frozen-salmon:#ffa98f;
}