Color names in this palette
CSS code for this palette
/* CSS */
.baby-bunting {
color: #a9c9ea;
}
.fireflies {
color: #f6d8a7;
}
.candlelight-peach {
color: #f9a59f;
}
.lively-coral {
color: #e67b79;
}
.chinese-dragon {
color: #c94f4f;
}
/* CSS Variables */
:root {
--baby-bunting:#a9c9ea;
--fireflies:#f6d8a7;
--candlelight-peach:#f9a59f;
--lively-coral:#e67b79;
--chinese-dragon:#c94f4f;
}