Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.haba-ero-gold {
color: #ffcf3d;
}
.ravioli-al-limone {
color: #f9e07b;
}
.spring-sun {
color: #f0f3c4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--haba-ero-gold:#ffcf3d;
--ravioli-al-limone:#f9e07b;
--spring-sun:#f0f3c4;
}