Color names in this palette
CSS code for this palette
/* CSS */
.surf-spray {
color: #b6c8c1;
}
.stardew {
color: #a4b2b2;
}
.dove-wing {
color: #d6d8d4;
}
.muddy-rose {
color: #e3bfb5;
}
.pallid-orange {
color: #f9b79f;
}
/* CSS Variables */
:root {
--surf-spray:#b6c8c1;
--stardew:#a4b2b2;
--dove-wing:#d6d8d4;
--muddy-rose:#e3bfb5;
--pallid-orange:#f9b79f;
}