Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.summer-sky {
color: #3baee8;
}
.xavier-blue {
color: #6cb2e4;
}
.kul-sharif-blue {
color: #8ed6f5;
}
.fairy-sparkles {
color: #b1e5f7;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--summer-sky:#3baee8;
--xavier-blue:#6cb2e4;
--kul-sharif-blue:#8ed6f5;
--fairy-sparkles:#b1e5f7;
}