Color names in this palette
CSS code for this palette
/* CSS */
.light-capri-green {
color: #8dd3c1;
}
.certain-peach {
color: #f5b9a3;
}
.sundance {
color: #f8c76d;
}
.lemon-verbena {
color: #f2e96e;
}
.prayer-flag {
color: #d39c69;
}
/* CSS Variables */
:root {
--light-capri-green:#8dd3c1;
--certain-peach:#f5b9a3;
--sundance:#f8c76d;
--lemon-verbena:#f2e96e;
--prayer-flag:#d39c69;
}