Color names in this palette
CSS code for this palette
/* CSS */
.gladiator-leather {
color: #a95d3d;
}
.sweet-honey {
color: #d2a45b;
}
.white-corn {
color: #f1d598;
}
.blue-dam {
color: #a5c6d5;
}
.coelin-blue {
color: #4c8094;
}
/* CSS Variables */
:root {
--gladiator-leather:#a95d3d;
--sweet-honey:#d2a45b;
--white-corn:#f1d598;
--blue-dam:#a5c6d5;
--coelin-blue:#4c8094;
}