Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.bastard-amber {
color: #ffca8a;
}
.yellow-corn {
color: #ffde8a;
}
.electric-arc {
color: #f6f6cb;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--bastard-amber:#ffca8a;
--yellow-corn:#ffde8a;
--electric-arc:#f6f6cb;
}