Color names in this palette
CSS code for this palette
/* CSS */
.bright-spark {
color: #76c0e0;
}
.creamy-peach {
color: #f3a082;
}
.hollywood-starlet {
color: #f3d182;
}
.paradise-sky {
color: #68c8d4;
}
.hot-orange {
color: #f48d3e;
}
/* CSS Variables */
:root {
--bright-spark:#76c0e0;
--creamy-peach:#f3a082;
--hollywood-starlet:#f3d182;
--paradise-sky:#68c8d4;
--hot-orange:#f48d3e;
}