Color names in this palette
CSS code for this palette
/* CSS */
.dreamy-sunset {
color: #ffad61;
}
.precious-persimmon {
color: #ff7142;
}
.coral-red {
color: #ff3d3d;
}
.cyberpink {
color: #ff1f71;
}
.sunset-yellow {
color: #ff8b3d;
}
/* CSS Variables */
:root {
--dreamy-sunset:#ffad61;
--precious-persimmon:#ff7142;
--coral-red:#ff3d3d;
--cyberpink:#ff1f71;
--sunset-yellow:#ff8b3d;
}