Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3a8c8d;
}
.welcoming-wasp {
color: #f0a800;
}
.golden-hour {
color: #f3b058;
}
.burgundy-wine {
color: #6a3e3e;
}
.fire-island {
color: #d94f30;
}
/* CSS Variables */
:root {
--blue-chill:#3a8c8d;
--welcoming-wasp:#f0a800;
--golden-hour:#f3b058;
--burgundy-wine:#6a3e3e;
--fire-island:#d94f30;
}