Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3b6f;
}
.tory-blue {
color: #3a4c8d;
}
.kimono {
color: #6a87b4;
}
.newman-s-eye {
color: #b3c8e0;
}
.dwindling-damon {
color: #f0e0e6;
}
/* CSS Variables */
:root {
--limoges:#1f3b6f;
--tory-blue:#3a4c8d;
--kimono:#6a87b4;
--newman-s-eye:#b3c8e0;
--dwindling-damon:#f0e0e6;
}