Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.august-morning {
color: #ffd79e;
}
.ganon-blue {
color: #a8e1fa;
}
.feather-star {
color: #5f9cec;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--august-morning:#ffd79e;
--ganon-blue:#a8e1fa;
--feather-star:#5f9cec;
}