Color names in this palette
CSS code for this palette
/* CSS */
.wild-rider-red {
color: #db143c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.vibrant {
color: #ffd54d;
}
.delicate-girl-blue {
color: #69b4c9;
}
/* CSS Variables */
:root {
--wild-rider-red:#db143c;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--vibrant:#ffd54d;
--delicate-girl-blue:#69b4c9;
}