Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3b6f;
}
.san-marino {
color: #496a9c;
}
.cerulean-frost {
color: #6f9cc8;
}
.chefchaouen-blue {
color: #a1d4e8;
}
.white-smoke {
color: #f5f5f5;
}
/* CSS Variables */
:root {
--limoges:#1f3b6f;
--san-marino:#496a9c;
--cerulean-frost:#6f9cc8;
--chefchaouen-blue:#a1d4e8;
--white-smoke:#f5f5f5;
}