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: #49789c;
}
.color-2 {
color: #6cafb2;
}
.color-3 {
color: #8bdac9;
}
.color-4 {
color: #b3e0d8;
}
.color-5 {
color: #f1f9f3;
}

/* CSS Variables */
:root {
--color-1: #49789c;
--color-2: #6cafb2;
--color-3: #8bdac9;
--color-4: #b3e0d8;
--color-5: #f1f9f3;
}

CSS del degradado de fondo Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #49789c, #6cafb2, #8bdac9, #b3e0d8, #f1f9f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #49789c, #6cafb2, #8bdac9, #b3e0d8, #f1f9f3);
}

Ocean Breeze color palette created on .