Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.blue-moon {
color: #3b8ea5;
}
.salt-lake {
color: #74c9d2;
}
.pistachio-green {
color: #a7d4a1;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--blue-moon:#3b8ea5;
--salt-lake:#74c9d2;
--pistachio-green:#a7d4a1;
--welcoming-wasp:#f0a800;
}