Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1d9ab9;
}
.epimetheus {
color: #4bb0d2;
}
.bliss-blue {
color: #77cce4;
}
.blizzard-blue {
color: #a3e7f0;
}
.cotton-ball {
color: #f3f9fc;
}
/* CSS Variables */
:root {
--butterfly-blue:#1d9ab9;
--epimetheus:#4bb0d2;
--bliss-blue:#77cce4;
--blizzard-blue:#a3e7f0;
--cotton-ball:#f3f9fc;
}