Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.blue-heaven {
color: #5b7f9a;
}
.blue-dam {
color: #a1c4d4;
}
.buffalo-trail {
color: #e1af7a;
}
.sweet-potato {
color: #d87a3b;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--blue-heaven:#5b7f9a;
--blue-dam:#a1c4d4;
--buffalo-trail:#e1af7a;
--sweet-potato:#d87a3b;
}