Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a6d7e7;
}
.epimetheus {
color: #4db0d1;
}
.christmas-blue {
color: #2f8bc1;
}
.suddenly-sapphire {
color: #1b5998;
}
.mondrian-blue {
color: #0d4a8c;
}
/* CSS Variables */
:root {
--blue-click:#a6d7e7;
--epimetheus:#4db0d1;
--christmas-blue:#2f8bc1;
--suddenly-sapphire:#1b5998;
--mondrian-blue:#0d4a8c;
}