Color names in this palette
CSS code for this palette
/* CSS */
.germander-speedwell {
color: #0095c7;
}
.maldives {
color: #00bfe0;
}
.frozen-state {
color: #20f5f8;
}
.blizzard-blue {
color: #a3e7f0;
}
.coastal-breeze {
color: #e0f7fa;
}
/* CSS Variables */
:root {
--germander-speedwell:#0095c7;
--maldives:#00bfe0;
--frozen-state:#20f5f8;
--blizzard-blue:#a3e7f0;
--coastal-breeze:#e0f7fa;
}