Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-dream {
color: #b6c8e2;
}
.pale-iris {
color: #8998c2;
}
.quantum-blue {
color: #6a7a9a;
}
.altar-of-heaven {
color: #4b4a7d;
}
.tropical-night-blue {
color: #2e2d4e;
}
/* CSS Variables */
:root {
--beautiful-dream:#b6c8e2;
--pale-iris:#8998c2;
--quantum-blue:#6a7a9a;
--altar-of-heaven:#4b4a7d;
--tropical-night-blue:#2e2d4e;
}