Color names in this palette
CSS code for this palette
/* CSS */
.uptown-taupe {
color: #f0e3d6;
}
.italian-fitch {
color: #d2c7e5;
}
.maximum-blue-purple {
color: #afa4e0;
}
.unimaginable {
color: #897bbc;
}
.blue-dude {
color: #4c5d90;
}
/* CSS Variables */
:root {
--uptown-taupe:#f0e3d6;
--italian-fitch:#d2c7e5;
--maximum-blue-purple:#afa4e0;
--unimaginable:#897bbc;
--blue-dude:#4c5d90;
}