Color names in this palette
CSS code for this palette
/* CSS */
.celadon {
color: #ade1af;
}
.glaucous-green {
color: #b4e4c5;
}
.light-frosty-dawn {
color: #d4f2d4;
}
.fresh-dew {
color: #f0f8e2;
}
.bubble {
color: #e9f7eb;
}
/* CSS Variables */
:root {
--celadon:#ade1af;
--glaucous-green:#b4e4c5;
--light-frosty-dawn:#d4f2d4;
--fresh-dew:#f0f8e2;
--bubble:#e9f7eb;
}