Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e3a6c;
}
.antilles-blue {
color: #395c89;
}
.mallorca-blue {
color: #4f8096;
}
.bleu-nattier {
color: #9fc6c0;
}
.icy-lemonade {
color: #f5e7b2;
}
/* CSS Variables */
:root {
--limoges:#1e3a6c;
--antilles-blue:#395c89;
--mallorca-blue:#4f8096;
--bleu-nattier:#9fc6c0;
--icy-lemonade:#f5e7b2;
}