Paleta de colores Ocean Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ocean Breeze palette

Compartir esta paleta en:

CSS de la paleta de colores Ocean Breeze

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #a2d3e6;
}
.color-3 {
color: #8fb4c1;
}
.color-4 {
color: #6b9cb3;
}
.color-5 {
color: #7eb4b4;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a2d3e6;
--color-3: #8fb4c1;
--color-4: #6b9cb3;
--color-5: #7eb4b4;
}

CSS del degradado de fondo Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a2d3e6, #8fb4c1, #6b9cb3, #7eb4b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a2d3e6, #8fb4c1, #6b9cb3, #7eb4b4);
}

Ocean Breeze color palette created on .