Color names in this palette
CSS code for this palette
/* CSS */
.cactus-flower {
color: #b03b66;
}
.welcoming-wasp {
color: #f0a800;
}
.ginger-peach {
color: #f8d3a0;
}
.norfolk-sky {
color: #68b4f3;
}
.dirty-blue {
color: #407f9c;
}
/* CSS Variables */
:root {
--cactus-flower:#b03b66;
--welcoming-wasp:#f0a800;
--ginger-peach:#f8d3a0;
--norfolk-sky:#68b4f3;
--dirty-blue:#407f9c;
}