Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunset-yellow {
color: #ff8b3d;
}
.dreamy-sunset {
color: #ffad61;
}
.zinnia-gold {
color: #ffd980;
}
.baby-chick {
color: #ffeba3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunset-yellow:#ff8b3d;
--dreamy-sunset:#ffad61;
--zinnia-gold:#ffd980;
--baby-chick:#ffeba3;
}