Paleta de colores Oceanic Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oceanic Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Oceanic Breeze

/* CSS */
.color-1 {
color: #003b80;
}
.color-2 {
color: #0076a8;
}
.color-3 {
color: #4dc2d1;
}
.color-4 {
color: #a9e0e5;
}
.color-5 {
color: #f2f6f7;
}

/* CSS Variables */
:root {
--color-1: #003b80;
--color-2: #0076a8;
--color-3: #4dc2d1;
--color-4: #a9e0e5;
--color-5: #f2f6f7;
}

CSS del degradado de fondo Oceanic Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003b80, #0076a8, #4dc2d1, #a9e0e5, #f2f6f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003b80, #0076a8, #4dc2d1, #a9e0e5, #f2f6f7);
}

Oceanic Breeze color palette created on .