Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e396c;
}
.tech-wave {
color: #4b7c9b;
}
.azure-lake {
color: #7bbac6;
}
.cornsilk-yellow {
color: #f5c670;
}
.chinese-orange {
color: #f26d40;
}
/* CSS Variables */
:root {
--limoges:#1e396c;
--tech-wave:#4b7c9b;
--azure-lake:#7bbac6;
--cornsilk-yellow:#f5c670;
--chinese-orange:#f26d40;
}