Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.charter {
color: #6bb3d1;
}
.boat-house {
color: #4b8cbe;
}
.portuguese-blue {
color: #395f93;
}
.nautical {
color: #2d4a7c;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--charter:#6bb3d1;
--boat-house:#4b8cbe;
--portuguese-blue:#395f93;
--nautical:#2d4a7c;
}