Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff9d8a;
}
.yellow-warbler {
color: #ffba70;
}
.exploding-star {
color: #ffd83d;
}
.salt-lake {
color: #6ec6d4;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff9d8a;
--yellow-warbler:#ffba70;
--exploding-star:#ffd83d;
--salt-lake:#6ec6d4;
}