Color names in this palette
CSS code for this palette
/* CSS */
.neighborly-peach {
color: #f6c2a2;
}
.yellow-sea {
color: #f79d36;
}
.exotic-orange {
color: #f84c20;
}
.azalea {
color: #db3d5d;
}
.dull-violet {
color: #7d3f8d;
}
/* CSS Variables */
:root {
--neighborly-peach:#f6c2a2;
--yellow-sea:#f79d36;
--exotic-orange:#f84c20;
--azalea:#db3d5d;
--dull-violet:#7d3f8d;
}