Color names in this palette
CSS code for this palette
/* CSS */
.iris-ice {
color: #e0e3f0;
}
.high-style {
color: #a6b3d9;
}
.bashful-blue {
color: #6d8cd5;
}
.national-anthem {
color: #3c6c96;
}
.passionate-blue {
color: #1e3967;
}
/* CSS Variables */
:root {
--iris-ice:#e0e3f0;
--high-style:#a6b3d9;
--bashful-blue:#6d8cd5;
--national-anthem:#3c6c96;
--passionate-blue:#1e3967;
}