Color names in this palette
CSS code for this palette
/* CSS */
.sweet-honey {
color: #d5a558;
}
.young-leaf {
color: #b4c671;
}
.winsome-hue {
color: #a8d8e1;
}
.funki-porcini {
color: #f0999c;
}
.bara-red {
color: #e75a6d;
}
/* CSS Variables */
:root {
--sweet-honey:#d5a558;
--young-leaf:#b4c671;
--winsome-hue:#a8d8e1;
--funki-porcini:#f0999c;
--bara-red:#e75a6d;
}