Color names in this palette
CSS code for this palette
/* CSS */
.refreshing-pool {
color: #b8e5e5;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.golden-glow {
color: #f8d57c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.wild-violet {
color: #681b98;
}
/* CSS Variables */
:root {
--refreshing-pool:#b8e5e5;
--apricot-glazed-chicken:#f5a524;
--golden-glow:#f8d57c;
--grapefruit-pulp:#ff6e61;
--wild-violet:#681b98;
}