Color names in this palette
CSS code for this palette
/* CSS */
.warm-pink {
color: #ff577e;
}
.pink-dream {
color: #ff9ea3;
}
.tomorrow-s-coral {
color: #ffc5a3;
}
.apricot {
color: #ffb370;
}
.pink-orange {
color: #ff8f66;
}
/* CSS Variables */
:root {
--warm-pink:#ff577e;
--pink-dream:#ff9ea3;
--tomorrow-s-coral:#ffc5a3;
--apricot:#ffb370;
--pink-orange:#ff8f66;
}