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: #4b8bc3;
}
.color-2 {
color: #5ea6d9;
}
.color-3 {
color: #78c3e3;
}
.color-4 {
color: #a7eaf1;
}
.color-5 {
color: #d1f3f5;
}

/* CSS Variables */
:root {
--color-1: #4b8bc3;
--color-2: #5ea6d9;
--color-3: #78c3e3;
--color-4: #a7eaf1;
--color-5: #d1f3f5;
}

CSS del degradado de fondo Ocean Breeze Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8bc3, #5ea6d9, #78c3e3, #a7eaf1, #d1f3f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8bc3, #5ea6d9, #78c3e3, #a7eaf1, #d1f3f5);
}

Ocean Breeze Serenity color palette created on .