Color names in this palette
CSS code for this palette
/* CSS */
.bright-delight {
color: #cf5c2a;
}
.beef-hotpot {
color: #a85b2e;
}
.racoon-eyes {
color: #796839;
}
.como {
color: #507c5b;
}
.azure-tide {
color: #2c9b90;
}
/* CSS Variables */
:root {
--bright-delight:#cf5c2a;
--beef-hotpot:#a85b2e;
--racoon-eyes:#796839;
--como:#507c5b;
--azure-tide:#2c9b90;
}