Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.lolly {
color: #ff9c8f;
}
.sweet-apricot {
color: #ffbda3;
}
.bachimitsu-gold {
color: #ffdca3;
}
.baby-chick {
color: #ffeba3;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--lolly:#ff9c8f;
--sweet-apricot:#ffbda3;
--bachimitsu-gold:#ffdca3;
--baby-chick:#ffeba3;
}