Color names in this palette
CSS code for this palette
/* CSS */
.spacescape {
color: #1f205c;
}
.blue-dude {
color: #4c5e90;
}
.warm-waters {
color: #7dbcbf;
}
.smoked-ham {
color: #f5b47f;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--spacescape:#1f205c;
--blue-dude:#4c5e90;
--warm-waters:#7dbcbf;
--smoked-ham:#f5b47f;
--breeze-of-chilli:#f76e6e;
}