Color names in this palette
CSS code for this palette
/* CSS */
.ginninderra {
color: #b1d2c1;
}
.capri-water-blue {
color: #aae4d8;
}
.cocoa-butter {
color: #f6f8bf;
}
.rustique {
color: #f9bfb4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--ginninderra:#b1d2c1;
--capri-water-blue:#aae4d8;
--cocoa-butter:#f6f8bf;
--rustique:#f9bfb4;
--grapefruit-pulp:#ff6e61;
}