Color names in this palette
CSS code for this palette
/* CSS */
.blue-bubble {
color: #a5d7e9;
}
.thredbo {
color: #70c0d7;
}
.maximum-blue {
color: #4bafce;
}
.germander-speedwell {
color: #0095c7;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--blue-bubble:#a5d7e9;
--thredbo:#70c0d7;
--maximum-blue:#4bafce;
--germander-speedwell:#0095c7;
--turkish-tile:#007c9e;
}