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: #0096b8;
}
.color-2 {
color: #00b0c7;
}
.color-3 {
color: #5dd2e5;
}
.color-4 {
color: #9ae3e4;
}
.color-5 {
color: #f2f2f2;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b0c7;
--color-3: #5dd2e5;
--color-4: #9ae3e4;
--color-5: #f2f2f2;
}

CSS del degradado de fondo Ocean Breeze Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b0c7, #5dd2e5, #9ae3e4, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b0c7, #5dd2e5, #9ae3e4, #f2f2f2);
}

Ocean Breeze Serenity color palette created on .