Color names in this palette
CSS code for this palette
/* CSS */
.crystal-falls {
color: #e1e6f4;
}
.myrtle-flower {
color: #a3b4e0;
}
.indigo-light {
color: #5b7fcd;
}
.b-dazzled-blue {
color: #2b5b97;
}
.ending-navy-blue {
color: #172f5e;
}
/* CSS Variables */
:root {
--crystal-falls:#e1e6f4;
--myrtle-flower:#a3b4e0;
--indigo-light:#5b7fcd;
--b-dazzled-blue:#2b5b97;
--ending-navy-blue:#172f5e;
}