Color names in this palette
CSS code for this palette
/* CSS */
.surf-spray {
color: #b6c8c4;
}
.conch {
color: #a0b1af;
}
.chamois-cloth {
color: #f0e1d1;
}
.salmon-salt {
color: #e89a8d;
}
.lavish-lavender {
color: #c4b1c3;
}
/* CSS Variables */
:root {
--surf-spray:#b6c8c4;
--conch:#a0b1af;
--chamois-cloth:#f0e1d1;
--salmon-salt:#e89a8d;
--lavish-lavender:#c4b1c3;
}