Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.new-clay {
color: #f1c2b7;
}
.sand-pearl {
color: #e6d5b7;
}
.satin-green {
color: #c7e0b8;
}
.bath-salt-green {
color: #b8e0d8;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--new-clay:#f1c2b7;
--sand-pearl:#e6d5b7;
--satin-green:#c7e0b8;
--bath-salt-green:#b8e0d8;
}