Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.citrus-splash {
color: #ffc300;
}
.verdigris-green {
color: #5eb086;
}
.blue-electress {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--citrus-splash:#ffc300;
--verdigris-green:#5eb086;
--blue-electress:#6b9cd1;
}