Color names in this palette
CSS code for this palette
/* CSS */
.celadon-green {
color: #2d8b7d;
}
.mountain-lake-azure {
color: #51bda4;
}
.tropical {
color: #a1e8c8;
}
.carla {
color: #f2f9c8;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--celadon-green:#2d8b7d;
--mountain-lake-azure:#51bda4;
--tropical:#a1e8c8;
--carla:#f2f9c8;
--floral-leaf:#ffb84d;
}