Color names in this palette
CSS code for this palette
/* CSS */
.tropical-night-blue {
color: #2b2d4a;
}
.independence {
color: #4a4e6d;
}
.bleached-denim {
color: #6f75a5;
}
.childish-wonder {
color: #aaaada;
}
.sheer-lavender {
color: #f0e0f0;
}
/* CSS Variables */
:root {
--tropical-night-blue:#2b2d4a;
--independence:#4a4e6d;
--bleached-denim:#6f75a5;
--childish-wonder:#aaaada;
--sheer-lavender:#f0e0f0;
}