Color names in this palette
CSS code for this palette
/* CSS */
.soap-bubble {
color: #b1def2;
}
.atlantic-ocean {
color: #a8d6e6;
}
.baby-tears {
color: #6bb6d6;
}
.blue-damselfly {
color: #2ea1d6;
}
.mosaic-blue {
color: #007e94;
}
/* CSS Variables */
:root {
--soap-bubble:#b1def2;
--atlantic-ocean:#a8d6e6;
--baby-tears:#6bb6d6;
--blue-damselfly:#2ea1d6;
--mosaic-blue:#007e94;
}