Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.sunny-side-up {
color: #ffd942;
}
.celtic-spring {
color: #a9e0b6;
}
.feather-star {
color: #5f9cec;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--sunny-side-up:#ffd942;
--celtic-spring:#a9e0b6;
--feather-star:#5f9cec;
}