Paleta de colores Ocean Breeze Symphony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ocean Breeze Symphony palette

Compartir esta paleta en:

Descargar la paleta de colores Ocean Breeze Symphony (PNG)

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

CSS de la paleta de colores Ocean Breeze Symphony

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #5abfdd;
}
.color-3 {
color: #74d3e2;
}
.color-4 {
color: #a3e0df;
}
.color-5 {
color: #d2f3f4;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #5abfdd;
--color-3: #74d3e2;
--color-4: #a3e0df;
--color-5: #d2f3f4;
}

CSS del degradado de fondo Ocean Breeze Symphony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #5abfdd, #74d3e2, #a3e0df, #d2f3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #5abfdd, #74d3e2, #a3e0df, #d2f3f4);
}

Ocean Breeze Symphony color palette created on .