Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.sunny-mood {
color: #f7c94b;
}
.tropic-turquoise {
color: #65b3a1;
}
.big-sur-blue-jade {
color: #3c6d8b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--sunny-mood:#f7c94b;
--tropic-turquoise:#65b3a1;
--big-sur-blue-jade:#3c6d8b;
}