Color names in this palette
CSS code for this palette
/* CSS */
.seastone {
color: #7d8b8c;
}
.surf-spray {
color: #b1c9c3;
}
.bone-chilling {
color: #e0f0f0;
}
.barely-butter {
color: #f6e7c1;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--seastone:#7d8b8c;
--surf-spray:#b1c9c3;
--bone-chilling:#e0f0f0;
--barely-butter:#f6e7c1;
--dodgeroll-gold:#f39c12;
}