Color names in this palette
CSS code for this palette
/* CSS */
.azalea {
color: #d73c60;
}
.pink-fit {
color: #f8a5b4;
}
.egg-yolk {
color: #ffcc80;
}
.purple-hedonist {
color: #9f6bff;
}
.shady-neon-blue {
color: #5b4dff;
}
/* CSS Variables */
:root {
--azalea:#d73c60;
--pink-fit:#f8a5b4;
--egg-yolk:#ffcc80;
--purple-hedonist:#9f6bff;
--shady-neon-blue:#5b4dff;
}