Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.vibrant {
color: #ffd54d;
}
.winsome-hue {
color: #a8d8e1;
}
.tantalize {
color: #699dce;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--vibrant:#ffd54d;
--winsome-hue:#a8d8e1;
--tantalize:#699dce;
}