Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.bauhaus {
color: #404040;
}
.white {
color: #ffffff;
}
.azure {
color: #007bff;
}
.capri-water-blue {
color: #a8e1d4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--bauhaus:#404040;
--white:#ffffff;
--azure:#007bff;
--capri-water-blue:#a8e1d4;
}