Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clover-mist {
color: #6fbe8c;
}
.azure-tide {
color: #2a9d90;
}
.mallard {
color: #274754;
}
.quilt-gold {
color: #e8c468;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clover-mist:#6fbe8c;
--azure-tide:#2a9d90;
--mallard:#274754;
--quilt-gold:#e8c468;
}