Color names in this palette
CSS code for this palette
/* CSS */
.royal-night {
color: #2a2e8d;
}
.liberty {
color: #4f4f9c;
}
.deep-periwinkle {
color: #7e7ebe;
}
.childish-wonder {
color: #a9aad6;
}
.flax-bloom {
color: #d3d3f3;
}
/* CSS Variables */
:root {
--royal-night:#2a2e8d;
--liberty:#4f4f9c;
--deep-periwinkle:#7e7ebe;
--childish-wonder:#a9aad6;
--flax-bloom:#d3d3f3;
}