Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.aqueous {
color: #3b8d9b;
}
.forrester {
color: #4d5b51;
}
.wax-way {
color: #d8b569;
}
.overcast-brick {
color: #b65a3e;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--aqueous:#3b8d9b;
--forrester:#4d5b51;
--wax-way:#d8b569;
--overcast-brick:#b65a3e;
}