Color names in this palette
CSS code for this palette
/* CSS */
.boudin {
color: #d8b47d;
}
.golden-koi {
color: #e6a34c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.peach-butter {
color: #fbaf3c;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--boudin:#d8b47d;
--golden-koi:#e6a34c;
--solar-plexus-chakra:#f1c84b;
--peach-butter:#fbaf3c;
--fiery-salmon:#f76969;
}