Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e1a8d4;
}
.ginger-peach {
color: #f7d0a1;
}
.baltic-amber {
color: #f9b980;
}
.bright-lettuce {
color: #8bce69;
}
.blue-iguana {
color: #519cc8;
}
/* CSS Variables */
:root {
--light-orchid:#e1a8d4;
--ginger-peach:#f7d0a1;
--baltic-amber:#f9b980;
--bright-lettuce:#8bce69;
--blue-iguana:#519cc8;
}