Color names in this palette
CSS code for this palette
/* CSS */
.stay-the-night {
color: #334466;
}
.blue-odyssey {
color: #506895;
}
.hushed-lilac {
color: #6e90b4;
}
.angel-falls {
color: #a3bdd2;
}
.rinse {
color: #d5dadc;
}
/* CSS Variables */
:root {
--stay-the-night:#334466;
--blue-odyssey:#506895;
--hushed-lilac:#6e90b4;
--angel-falls:#a3bdd2;
--rinse:#d5dadc;
}