Color names in this palette
CSS code for this palette
/* CSS */
.sea-radish {
color: #799a7d;
}
.lamina {
color: #b9dab9;
}
.light-dry-lichen {
color: #d3e4d7;
}
.bone-white {
color: #f2dfb1;
}
.deeply-embarrassed {
color: #f0b2b2;
}
/* CSS Variables */
:root {
--sea-radish:#799a7d;
--lamina:#b9dab9;
--light-dry-lichen:#d3e4d7;
--bone-white:#f2dfb1;
--deeply-embarrassed:#f0b2b2;
}