Color names in this palette
CSS code for this palette
/* CSS */
.capri-water-blue {
color: #a9e5d9;
}
.southern-belle {
color: #a3d7c4;
}
.lobaria-lichen {
color: #a3c8b4;
}
.almost-aloe {
color: #c3e6b3;
}
.italian-straw {
color: #e5d39f;
}
/* CSS Variables */
:root {
--capri-water-blue:#a9e5d9;
--southern-belle:#a3d7c4;
--lobaria-lichen:#a3c8b4;
--almost-aloe:#c3e6b3;
--italian-straw:#e5d39f;
}