Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.zinnia-gold {
color: #ffd780;
}
.capri-water-blue {
color: #a7e2d7;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--zinnia-gold:#ffd780;
--capri-water-blue:#a7e2d7;
--zeus-purple:#690571;
}