Color names in this palette
CSS code for this palette
/* CSS */
.warm-woolen {
color: #d3b55a;
}
.jetstream {
color: #b0d1d8;
}
.zenith {
color: #497b9c;
}
.waterhen-back {
color: #2e3f52;
}
.pink-jazz {
color: #a46a8c;
}
/* CSS Variables */
:root {
--warm-woolen:#d3b55a;
--jetstream:#b0d1d8;
--zenith:#497b9c;
--waterhen-back:#2e3f52;
--pink-jazz:#a46a8c;
}