Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.hawaiian-passion {
color: #ff9e3d;
}
.sunshade {
color: #f69b4c;
}
.field-poppy {
color: #da703e;
}
.sweet-baby-rose {
color: #c2533d;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--hawaiian-passion:#ff9e3d;
--sunshade:#f69b4c;
--field-poppy:#da703e;
--sweet-baby-rose:#c2533d;
}