Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.bastard-amber {
color: #ffca8a;
}
.mouse-nose {
color: #ffe4b3;
}
.sweetly {
color: #ffe5f0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--bastard-amber:#ffca8a;
--mouse-nose:#ffe4b3;
--sweetly:#ffe5f0;
}