Paleta de colores Ocean Breeze

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ocean Breeze palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Ocean Breeze

Download ocean breeze color palette PNG image (landscape)
Download ocean breeze color palette PNG image (square)

CSS de la paleta de colores Ocean Breeze

/* CSS */
.color-1 {
color: #66dbf0;
}
.color-2 {
color: #a2e1f1;
}
.color-3 {
color: #f0ffff;
}
.color-4 {
color: #15008a;
}
.color-5 {
color: #0a1f3d;
}

/* CSS Variables */
:root {
--color-1: #66dbf0;
--color-2: #a2e1f1;
--color-3: #f0ffff;
--color-4: #15008a;
--color-5: #0a1f3d;
}

CSS del degradado de fondo Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66dbf0, #a2e1f1, #f0ffff, #15008a, #0a1f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66dbf0, #a2e1f1, #f0ffff, #15008a, #0a1f3d);
}

Ocean Breeze color palette created on .