Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1d3a6d;
}
.blue-dude {
color: #4c5e90;
}
.bright-zenith {
color: #6f7fae;
}
.spoiled-rotten {
color: #b3c2e5;
}
.mountain-laurel {
color: #f4c8d3;
}
/* CSS Variables */
:root {
--limoges:#1d3a6d;
--blue-dude:#4c5e90;
--bright-zenith:#6f7fae;
--spoiled-rotten:#b3c2e5;
--mountain-laurel:#f4c8d3;
}