Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3b6f;
}
.san-marino {
color: #496a9c;
}
.favorite-jeans {
color: #8ca2b1;
}
.desert-suede {
color: #d5c8b4;
}
.caramel-cream {
color: #f7b58d;
}
/* CSS Variables */
:root {
--limoges:#1f3b6f;
--san-marino:#496a9c;
--favorite-jeans:#8ca2b1;
--desert-suede:#d5c8b4;
--caramel-cream:#f7b58d;
}