Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.broom-butterfly-blue {
color: #6fb3d8;
}
.astral-spirit {
color: #8ec4e6;
}
.light-shimmer {
color: #a9d5f4;
}
.new-heights {
color: #cfe6f7;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--broom-butterfly-blue:#6fb3d8;
--astral-spirit:#8ec4e6;
--light-shimmer:#a9d5f4;
--new-heights:#cfe6f7;
}