Color names in this palette
CSS code for this palette
/* CSS */
.fandango {
color: #b62b8a;
}
.flirty-rose {
color: #d75b8a;
}
.candle-yellow {
color: #e3a06d;
}
.sport-yellow {
color: #f1d779;
}
.green-trance {
color: #a3d7a3;
}
/* CSS Variables */
:root {
--fandango:#b62b8a;
--flirty-rose:#d75b8a;
--candle-yellow:#e3a06d;
--sport-yellow:#f1d779;
--green-trance:#a3d7a3;
}