Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.highlighter-blue {
color: #3cb3d7;
}
.blue-damselfly {
color: #2ea5e0;
}
.celestine-spring {
color: #1f9ed1;
}
.pacific-blue {
color: #19b0c8;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--highlighter-blue:#3cb3d7;
--blue-damselfly:#2ea5e0;
--celestine-spring:#1f9ed1;
--pacific-blue:#19b0c8;
}