Color names in this palette
CSS code for this palette
/* CSS */
.della-robbia-blue {
color: #7a9acd;
}
.welcoming-wasp {
color: #f0a800;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bitter-orange {
color: #d67d29;
}
.strawberry-avalanche {
color: #f0493d;
}
/* CSS Variables */
:root {
--della-robbia-blue:#7a9acd;
--welcoming-wasp:#f0a800;
--grapefruit-pulp:#ff6e61;
--bitter-orange:#d67d29;
--strawberry-avalanche:#f0493d;
}