Color names in this palette
CSS code for this palette
/* CSS */
.mont-blanc {
color: #a3b5d7;
}
.antilles-blue {
color: #3b598c;
}
.limoges {
color: #1e3a6c;
}
.pumpkin-mousse {
color: #f1c3a7;
}
.folksy-gold {
color: #d89969;
}
/* CSS Variables */
:root {
--mont-blanc:#a3b5d7;
--antilles-blue:#3b598c;
--limoges:#1e3a6c;
--pumpkin-mousse:#f1c3a7;
--folksy-gold:#d89969;
}