Color names in this palette
CSS code for this palette
/* CSS */
.navagio-bay {
color: #3b92b5;
}
.flyway {
color: #60b4d2;
}
.ocean-cruise {
color: #9fd4df;
}
.sandy-shore {
color: #f2e9ba;
}
.her-majesty {
color: #f7a6a6;
}
/* CSS Variables */
:root {
--navagio-bay:#3b92b5;
--flyway:#60b4d2;
--ocean-cruise:#9fd4df;
--sandy-shore:#f2e9ba;
--her-majesty:#f7a6a6;
}