Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.dive-in {
color: #3a4d83;
}
.bright-zenith {
color: #6f7dae;
}
.template {
color: #a8c8e1;
}
.pearled-couscous {
color: #f1e9d5;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--dive-in:#3a4d83;
--bright-zenith:#6f7dae;
--template:#a8c8e1;
--pearled-couscous:#f1e9d5;
}