Color names in this palette
CSS code for this palette
/* CSS */
.dreamy-sunset {
color: #ffad61;
}
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.rustique {
color: #f6c1b1;
}
.sandy-beach {
color: #f9e2d2;
}
/* CSS Variables */
:root {
--dreamy-sunset:#ffad61;
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--rustique:#f6c1b1;
--sandy-beach:#f9e2d2;
}