Color names in this palette
CSS code for this palette
/* CSS */
.english-coral {
color: #c84c54;
}
.juicy-peach {
color: #d6928f;
}
.beauty-bush {
color: #eab7b3;
}
.light-pink-tone {
color: #fad6d9;
}
.deco-pink {
color: #f5c2c9;
}
/* CSS Variables */
:root {
--english-coral:#c84c54;
--juicy-peach:#d6928f;
--beauty-bush:#eab7b3;
--light-pink-tone:#fad6d9;
--deco-pink:#f5c2c9;
}