Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.zenith {
color: #497b9c;
}
.blue-cuddle {
color: #7bb4d1;
}
.chefchaouen-blue {
color: #a3d3e6;
}
.sun-dust {
color: #f5e2a3;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--zenith:#497b9c;
--blue-cuddle:#7bb4d1;
--chefchaouen-blue:#a3d3e6;
--sun-dust:#f5e2a3;
}