Color names in this palette
CSS code for this palette
/* CSS */
.surf-spray {
color: #b6c8c4;
}
.grass-sands {
color: #a3b0a0;
}
.eye-grey {
color: #5e7d7a;
}
.pink-tulle {
color: #e0b59e;
}
.strawberry-wine {
color: #c76b6b;
}
/* CSS Variables */
:root {
--surf-spray:#b6c8c4;
--grass-sands:#a3b0a0;
--eye-grey:#5e7d7a;
--pink-tulle:#e0b59e;
--strawberry-wine:#c76b6b;
}