Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.tangerine-tango {
color: #ff9d4d;
}
.synthetic-pumpkin {
color: #ff7738;
}
.pink-explosion {
color: #f76e89;
}
.rose-bud {
color: #b95b9b;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--tangerine-tango:#ff9d4d;
--synthetic-pumpkin:#ff7738;
--pink-explosion:#f76e89;
--rose-bud:#b95b9b;
}