Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.postwar-boom {
color: #4a6e96;
}
.astro-bound {
color: #8b9dbb;
}
.light-sea-cliff {
color: #b7d4e6;
}
.yellow-wax-pepper {
color: #f0e5b7;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--postwar-boom:#4a6e96;
--astro-bound:#8b9dbb;
--light-sea-cliff:#b7d4e6;
--yellow-wax-pepper:#f0e5b7;
}