Color names in this palette
CSS code for this palette
/* CSS */
.faience {
color: #2b6e8c;
}
.wandering-river {
color: #75a2c7;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.troll-slayer-orange {
color: #efa14d;
}
.dusty-orange {
color: #e06b4d;
}
/* CSS Variables */
:root {
--faience:#2b6e8c;
--wandering-river:#75a2c7;
--chefchaouen-blue:#a1d3e8;
--troll-slayer-orange:#efa14d;
--dusty-orange:#e06b4d;
}