Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.rajah {
color: #f9a65d;
}
.limon {
color: #f6e86f;
}
.juzcar-blue {
color: #9fd5f9;
}
.feather-star {
color: #5f9cec;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--rajah:#f9a65d;
--limon:#f6e86f;
--juzcar-blue:#9fd5f9;
--feather-star:#5f9cec;
}