Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.capri {
color: #00bfff;
}
.cyan-cornflower-blue {
color: #1e8cc2;
}
.big-sur-blue-jade {
color: #3c7090;
}
.crown-blue {
color: #4a4e68;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--capri:#00bfff;
--cyan-cornflower-blue:#1e8cc2;
--big-sur-blue-jade:#3c7090;
--crown-blue:#4a4e68;
}