Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.delft {
color: #3e5b8e;
}
.cottage-blue {
color: #7a9ec2;
}
.light-sea-cliff {
color: #b5d1e8;
}
.french-vanilla {
color: #f1e1a7;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--delft:#3e5b8e;
--cottage-blue:#7a9ec2;
--light-sea-cliff:#b5d1e8;
--french-vanilla:#f1e1a7;
}