Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.rozowy-pink {
color: #f1a7b9;
}
.flower-blossom-pink {
color: #f57a8b;
}
.camellia-rose {
color: #ea4d67;
}
.akuma {
color: #d82c3a;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--rozowy-pink:#f1a7b9;
--flower-blossom-pink:#f57a8b;
--camellia-rose:#ea4d67;
--akuma:#d82c3a;
}