Color names in this palette
CSS code for this palette
/* CSS */
.sunset-pink {
color: #f8d3e4;
}
.pink-fit {
color: #f4a4b0;
}
.flower-blossom-pink {
color: #ed7884;
}
.calypso-coral {
color: #e74b5e;
}
.akuma {
color: #d22d3a;
}
/* CSS Variables */
:root {
--sunset-pink:#f8d3e4;
--pink-fit:#f4a4b0;
--flower-blossom-pink:#ed7884;
--calypso-coral:#e74b5e;
--akuma:#d22d3a;
}