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: #1f7bbd;
}
.color-2 {
color: #4ab3d3;
}
.color-3 {
color: #78d2e8;
}
.color-4 {
color: #a2e1f1;
}
.color-5 {
color: #e0f9ff;
}

/* CSS Variables */
:root {
--color-1: #1f7bbd;
--color-2: #4ab3d3;
--color-3: #78d2e8;
--color-4: #a2e1f1;
--color-5: #e0f9ff;
}

CSS del degradado de fondo Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f7bbd, #4ab3d3, #78d2e8, #a2e1f1, #e0f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f7bbd, #4ab3d3, #78d2e8, #a2e1f1, #e0f9ff);
}

Ocean Breeze color palette created on .