Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.apricot {
color: #ffb370;
}
.banana-biscuit {
color: #ffdc7a;
}
.pickled-ginger {
color: #ffe057;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--apricot:#ffb370;
--banana-biscuit:#ffdc7a;
--pickled-ginger:#ffe057;
}