Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e9a5d8;
}
.quack-quack {
color: #ffeb8a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blue-jeans {
color: #58b4e9;
}
.exotic-blossom {
color: #ff9e42;
}
/* CSS Variables */
:root {
--light-orchid:#e9a5d8;
--quack-quack:#ffeb8a;
--grapefruit-pulp:#ff6e61;
--blue-jeans:#58b4e9;
--exotic-blossom:#ff9e42;
}