Color names in this palette
CSS code for this palette
/* CSS */
.dreamy-sunset {
color: #ffad61;
}
.grapefruit-pulp {
color: #ff6e61;
}
.ode-to-green {
color: #b4e4d7;
}
.horsetail {
color: #3a5a40;
}
.cloudy-sky {
color: #c3d5da;
}
/* CSS Variables */
:root {
--dreamy-sunset:#ffad61;
--grapefruit-pulp:#ff6e61;
--ode-to-green:#b4e4d7;
--horsetail:#3a5a40;
--cloudy-sky:#c3d5da;
}