Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.terrace-pool {
color: #9ed9e0;
}
.epimetheus {
color: #47b3d7;
}
.germander-speedwell {
color: #0095c7;
}
.cg-blue {
color: #0078a3;
}
/* CSS Variables */
:root {
--white:#ffffff;
--terrace-pool:#9ed9e0;
--epimetheus:#47b3d7;
--germander-speedwell:#0095c7;
--cg-blue:#0078a3;
}