Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.sanctuary-spa {
color: #69b5e8;
}
.waimea-blue {
color: #4c9dd6;
}
.king-triton {
color: #3889c7;
}
.vermeer-blue {
color: #2c7baf;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--sanctuary-spa:#69b5e8;
--waimea-blue:#4c9dd6;
--king-triton:#3889c7;
--vermeer-blue:#2c7baf;
}