Color names in this palette
CSS code for this palette
/* CSS */
.silver-whiskers {
color: #b9c6c2;
}
.miami-stucco {
color: #f3d5b9;
}
.grand-sunset {
color: #c68b8b;
}
.guppy-violet {
color: #a85d82;
}
.marrakesh-red {
color: #783a3a;
}
/* CSS Variables */
:root {
--silver-whiskers:#b9c6c2;
--miami-stucco:#f3d5b9;
--grand-sunset:#c68b8b;
--guppy-violet:#a85d82;
--marrakesh-red:#783a3a;
}