Color names in this palette
CSS code for this palette
/* CSS */
.evening-dress {
color: #d39f9c;
}
.terra-tone {
color: #b76c6d;
}
.tandoori {
color: #b75a4e;
}
.cold-brew-tonic {
color: #c96040;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--evening-dress:#d39f9c;
--terra-tone:#b76c6d;
--tandoori:#b75a4e;
--cold-brew-tonic:#c96040;
--solar-plexus-chakra:#f1c84b;
}