Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1e2a43;
}
.naval-blue {
color: #3a4b69;
}
.french-diamond {
color: #597291;
}
.cloudless-day {
color: #9ab0c1;
}
.white-chocolate {
color: #f0e2c7;
}
/* CSS Variables */
:root {
--yankees-blue:#1e2a43;
--naval-blue:#3a4b69;
--french-diamond:#597291;
--cloudless-day:#9ab0c1;
--white-chocolate:#f0e2c7;
}