Color names in this palette
CSS code for this palette
/* CSS */
.blue-bows {
color: #a2c4d8;
}
.clean-pool {
color: #5acaed;
}
.germander-speedwell {
color: #0095c7;
}
.mosaic-blue {
color: #007e94;
}
.maniac-mansion {
color: #003a5c;
}
/* CSS Variables */
:root {
--blue-bows:#a2c4d8;
--clean-pool:#5acaed;
--germander-speedwell:#0095c7;
--mosaic-blue:#007e94;
--maniac-mansion:#003a5c;
}