Color names in this palette
CSS code for this palette
/* CSS */
.holiday-blue {
color: #30bfd5;
}
.blue-dacnis {
color: #3cd3e7;
}
.near-moon {
color: #55e7e2;
}
.pale-king-s-blue {
color: #a5f3f0;
}
.distant-horizon {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--holiday-blue:#30bfd5;
--blue-dacnis:#3cd3e7;
--near-moon:#55e7e2;
--pale-king-s-blue:#a5f3f0;
--distant-horizon:#f1f9f9;
}