Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.sunny-mood {
color: #f7c94b;
}
.appetite {
color: #b2e2a7;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--sunny-mood:#f7c94b;
--appetite:#b2e2a7;
--blue-electress:#6b9cd1;
}