Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.antilles-blue {
color: #3a5f8d;
}
.tech-wave {
color: #4c7c9a;
}
.madras-blue {
color: #9dc2d8;
}
.chef-s-hat {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--antilles-blue:#3a5f8d;
--tech-wave:#4c7c9a;
--madras-blue:#9dc2d8;
--chef-s-hat:#f3f4f6;
}