Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.expressionism {
color: #3d497b;
}
.cropper-blue {
color: #5d7c98;
}
.thistleblossom-soft-blue {
color: #8ab4c1;
}
.walnut-cream {
color: #f6d8b1;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--expressionism:#3d497b;
--cropper-blue:#5d7c98;
--thistleblossom-soft-blue:#8ab4c1;
--walnut-cream:#f6d8b1;
}