Color names in this palette
CSS code for this palette
/* CSS */
.spa-dream {
color: #1a92c1;
}
.mountain-lake-azure {
color: #50b9a8;
}
.bubble-algae {
color: #8ee1c1;
}
.azure-sky {
color: #b3e3f4;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--spa-dream:#1a92c1;
--mountain-lake-azure:#50b9a8;
--bubble-algae:#8ee1c1;
--azure-sky:#b3e3f4;
--coastal-breeze:#e0f7fa;
}