Color names in this palette
CSS code for this palette
/* CSS */
.globe-thistle {
color: #2b0d27;
}
.winter-bloom {
color: #582c4d;
}
.olivine-grey {
color: #928e7c;
}
.luxurious {
color: #d4b759;
}
.salsa-sizzle {
color: #e77b3c;
}
/* CSS Variables */
:root {
--globe-thistle:#2b0d27;
--winter-bloom:#582c4d;
--olivine-grey:#928e7c;
--luxurious:#d4b759;
--salsa-sizzle:#e77b3c;
}