Color names in this palette
CSS code for this palette
/* CSS */
.subnautical {
color: #00264d;
}
.jetski-race {
color: #005c99;
}
.atmosphere {
color: #0096e0;
}
.sanctuary-spa {
color: #64b1e8;
}
.alice-blue {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--subnautical:#00264d;
--jetski-race:#005c99;
--atmosphere:#0096e0;
--sanctuary-spa:#64b1e8;
--alice-blue:#f0f8ff;
}