Color names in this palette
CSS code for this palette
/* CSS */
.cappuccino-bombe {
color: #b58c7d;
}
.bubble-shell {
color: #d3a59c;
}
.pretty-pale {
color: #e6c7d3;
}
.invigorating {
color: #f0e9b7;
}
.satin-green {
color: #c6e2b6;
}
/* CSS Variables */
:root {
--cappuccino-bombe:#b58c7d;
--bubble-shell:#d3a59c;
--pretty-pale:#e6c7d3;
--invigorating:#f0e9b7;
--satin-green:#c6e2b6;
}