Color names in this palette
CSS code for this palette
/* CSS */
.pastel-meadow {
color: #a9cbb0;
}
.chlorophyll-cream {
color: #b6d8c4;
}
.fish-ceviche {
color: #e2e2d5;
}
.prairie-house {
color: #d4caaa;
}
.cambridge-blue {
color: #a2beaf;
}
/* CSS Variables */
:root {
--pastel-meadow:#a9cbb0;
--chlorophyll-cream:#b6d8c4;
--fish-ceviche:#e2e2d5;
--prairie-house:#d4caaa;
--cambridge-blue:#a2beaf;
}