Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.charter {
color: #69b2d3;
}
.quiet-night {
color: #3b8dba;
}
.ocean-call {
color: #2e6e8e;
}
.majolica-blue {
color: #294b65;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--charter:#69b2d3;
--quiet-night:#3b8dba;
--ocean-call:#2e6e8e;
--majolica-blue:#294b65;
}