Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-amber {
color: #ffa094;
}
.equatorial {
color: #ffcc85;
}
.lemon-bundt-cake {
color: #fff59e;
}
.peasful-mint {
color: #c1f0c1;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-amber:#ffa094;
--equatorial:#ffcc85;
--lemon-bundt-cake:#fff59e;
--peasful-mint:#c1f0c1;
}