Color names in this palette
CSS code for this palette
/* CSS */
.butterfly-blue {
color: #1e9bbe;
}
.glimpse {
color: #4ab8c9;
}
.andes-sky {
color: #76d3d6;
}
.everest {
color: #a0e9e3;
}
.distant-horizon {
color: #f1f7f8;
}
/* CSS Variables */
:root {
--butterfly-blue:#1e9bbe;
--glimpse:#4ab8c9;
--andes-sky:#76d3d6;
--everest:#a0e9e3;
--distant-horizon:#f1f7f8;
}