Color names in this palette
CSS code for this palette
/* CSS */
.light-steel-blue {
color: #b0c4de;
}
.spirit-mountain {
color: #6a8d9a;
}
.seaglass {
color: #d2e5df;
}
.sundown {
color: #f5c99e;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--light-steel-blue:#b0c4de;
--spirit-mountain:#6a8d9a;
--seaglass:#d2e5df;
--sundown:#f5c99e;
--welcoming-wasp:#f0a800;
}