Paleta de colores Ocean Breeze Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ocean Breeze Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Ocean Breeze Serenity

/* CSS */
.color-1 {
color: #599bd4;
}
.color-2 {
color: #89caeb;
}
.color-3 {
color: #b1e2d4;
}
.color-4 {
color: #f0d099;
}
.color-5 {
color: #f8afa0;
}

/* CSS Variables */
:root {
--color-1: #599bd4;
--color-2: #89caeb;
--color-3: #b1e2d4;
--color-4: #f0d099;
--color-5: #f8afa0;
}

CSS del degradado de fondo Ocean Breeze Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #599bd4, #89caeb, #b1e2d4, #f0d099, #f8afa0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #599bd4, #89caeb, #b1e2d4, #f0d099, #f8afa0);
}

Ocean Breeze Serenity color palette created on .