Color names in this palette
CSS code for this palette
/* CSS */
.beauty-queen {
color: #c45a8d;
}
.napa-sunset {
color: #d08d5d;
}
.phellodendron-amurense {
color: #f3c539;
}
.bright-khaki {
color: #f0e78e;
}
.holiday {
color: #80c6b8;
}
/* CSS Variables */
:root {
--beauty-queen:#c45a8d;
--napa-sunset:#d08d5d;
--phellodendron-amurense:#f3c539;
--bright-khaki:#f0e78e;
--holiday:#80c6b8;
}