Color names in this palette
CSS code for this palette
/* CSS */
.tropical {
color: #a8e6ce;
}
.light-spring-burst {
color: #d5e8d4;
}
.bean-sprout {
color: #f5f9e7;
}
.creamy-sunshine-pastel {
color: #fff9b3;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--tropical:#a8e6ce;
--light-spring-burst:#d5e8d4;
--bean-sprout:#f5f9e7;
--creamy-sunshine-pastel:#fff9b3;
--cornflower-lilac:#ffadad;
}