Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.savannah-sun {
color: #ffb78a;
}
.butter-cupcake {
color: #fddc9b;
}
.friendly-basilisk {
color: #e2f6df;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--savannah-sun:#ffb78a;
--butter-cupcake:#fddc9b;
--friendly-basilisk:#e2f6df;
}