Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.hawaiian-passion {
color: #ff9e3d;
}
.orange-popsicle {
color: #ff7d1a;
}
.trinidad {
color: #c64d2f;
}
.strawberry-daiquiri {
color: #9f3c4d;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--hawaiian-passion:#ff9e3d;
--orange-popsicle:#ff7d1a;
--trinidad:#c64d2f;
--strawberry-daiquiri:#9f3c4d;
}