Color names in this palette
CSS code for this palette
/* CSS */
.tropical-night-blue {
color: #2a2f4b;
}
.dark-iris {
color: #4e5b7e;
}
.evening-hush {
color: #7a8aa8;
}
.blissful-blue {
color: #b2c9d7;
}
.milky-way {
color: #e7f4f9;
}
/* CSS Variables */
:root {
--tropical-night-blue:#2a2f4b;
--dark-iris:#4e5b7e;
--evening-hush:#7a8aa8;
--blissful-blue:#b2c9d7;
--milky-way:#e7f4f9;
}