Color names in this palette
CSS code for this palette
/* CSS */
.downy {
color: #6dd9c0;
}
.exotic-blossom {
color: #ff9e42;
}
.grapefruit-pulp {
color: #ff6e61;
}
.angel-s-trumpet {
color: #f2e03a;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--downy:#6dd9c0;
--exotic-blossom:#ff9e42;
--grapefruit-pulp:#ff6e61;
--angel-s-trumpet:#f2e03a;
--wild-violet:#681b98;
}