Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hot-sun {
color: #f7b32b;
}
.maize {
color: #f2d150;
}
.light-capri-green {
color: #8cd4c2;
}
.searching-blue {
color: #6a7f9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hot-sun:#f7b32b;
--maize:#f2d150;
--light-capri-green:#8cd4c2;
--searching-blue:#6a7f9a;
}