Blue Ocean Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Ocean palette

Condividi questa palette a:

tavolozza dei colori Blue Ocean CSS

/* CSS */
.color-1 {
color: #0bb9e0;
}
.color-2 {
color: #4ac1d9;
}
.color-3 {
color: #7fdae1;
}
.color-4 {
color: #b1f2f2;
}
.color-5 {
color: #e2f8f8;
}

/* CSS Variables */
:root {
--color-1: #0bb9e0;
--color-2: #4ac1d9;
--color-3: #7fdae1;
--color-4: #b1f2f2;
--color-5: #e2f8f8;
}

CSS con gradiente di sfondo Blue Ocean

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0bb9e0, #4ac1d9, #7fdae1, #b1f2f2, #e2f8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0bb9e0, #4ac1d9, #7fdae1, #b1f2f2, #e2f8f8);
}

Blue Ocean color palette created on .