Color names in this palette
CSS code for this palette
/* CSS */
.tropical-light {
color: #a3d86e;
}
.golden-hour {
color: #f2b75a;
}
.pink-lady {
color: #f3d7b4;
}
.breeze-of-chilli {
color: #ef706c;
}
.avalon {
color: #799a95;
}
/* CSS Variables */
:root {
--tropical-light:#a3d86e;
--golden-hour:#f2b75a;
--pink-lady:#f3d7b4;
--breeze-of-chilli:#ef706c;
--avalon:#799a95;
}