Color names in this palette
CSS code for this palette
/* CSS */
.salmon {
color: #ff7c6b;
}
.snow-white-blush {
color: #f9b2a9;
}
.sand-island {
color: #f6d1c1;
}
.bone-white {
color: #f2e0b1;
}
.toasted-coconut {
color: #e9c3a0;
}
/* CSS Variables */
:root {
--salmon:#ff7c6b;
--snow-white-blush:#f9b2a9;
--sand-island:#f6d1c1;
--bone-white:#f2e0b1;
--toasted-coconut:#e9c3a0;
}