Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin {
color: #6dbf69;
}
.leery-lemon {
color: #f7ca18;
}
.ucla-gold {
color: #ffb300;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin:#6dbf69;
--leery-lemon:#f7ca18;
--ucla-gold:#ffb300;
--coquelicot:#ff3c00;
}