Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rogue-pink {
color: #f6a7c1;
}
.geranium-pink {
color: #f68e9a;
}
.breeze-of-chilli {
color: #f26e6e;
}
.reductant {
color: #e85e5e;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rogue-pink:#f6a7c1;
--geranium-pink:#f68e9a;
--breeze-of-chilli:#f26e6e;
--reductant:#e85e5e;
}