Color names in this palette
CSS code for this palette
/* CSS */
.patriot-blue {
color: #3c3d5d;
}
.strong-iris {
color: #5e5f7d;
}
.non-skid-grey {
color: #898ba9;
}
.wild-orchid-blue {
color: #b6b8d8;
}
.star-jasmine {
color: #d6d9e6;
}
/* CSS Variables */
:root {
--patriot-blue:#3c3d5d;
--strong-iris:#5e5f7d;
--non-skid-grey:#898ba9;
--wild-orchid-blue:#b6b8d8;
--star-jasmine:#d6d9e6;
}