Color names in this palette
CSS code for this palette
/* CSS */
.adriatic-blue {
color: #5b8b9a;
}
.twin-cities {
color: #a1c6c9;
}
.calla {
color: #f3e0b4;
}
.copper-river {
color: #f6a16f;
}
.fireglow {
color: #d65c3d;
}
/* CSS Variables */
:root {
--adriatic-blue:#5b8b9a;
--twin-cities:#a1c6c9;
--calla:#f3e0b4;
--copper-river:#f6a16f;
--fireglow:#d65c3d;
}