Color names in this palette
CSS code for this palette
/* CSS */
.lightish-blue {
color: #3d77ff;
}
.carolina-blue {
color: #8ab9ff;
}
.seascape-green {
color: #b5e3e3;
}
.white {
color: #ffffff;
}
.sora-blue {
color: #9edbf0;
}
/* CSS Variables */
:root {
--lightish-blue:#3d77ff;
--carolina-blue:#8ab9ff;
--seascape-green:#b5e3e3;
--white:#ffffff;
--sora-blue:#9edbf0;
}