Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.peach-orange {
color: #ffce99;
}
.fuzzy-navel {
color: #ffd59e;
}
.lemon-bundt-cake {
color: #fff59e;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--peach-orange:#ffce99;
--fuzzy-navel:#ffd59e;
--lemon-bundt-cake:#fff59e;
}