Color names in this palette
CSS code for this palette
/* CSS */
.winter-storm {
color: #4c707b;
}
.rest-assured {
color: #9dc1c8;
}
.garbanzo-bean {
color: #f0d5a3;
}
.welcoming-wasp {
color: #f0a800;
}
.fireglow {
color: #d45d40;
}
/* CSS Variables */
:root {
--winter-storm:#4c707b;
--rest-assured:#9dc1c8;
--garbanzo-bean:#f0d5a3;
--welcoming-wasp:#f0a800;
--fireglow:#d45d40;
}