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: #1da7f7;
}
.color-2 {
color: #4cc5f0;
}
.color-3 {
color: #7dd6e8;
}
.color-4 {
color: #a1e0f7;
}
.color-5 {
color: #d1f7ff;
}

/* CSS Variables */
:root {
--color-1: #1da7f7;
--color-2: #4cc5f0;
--color-3: #7dd6e8;
--color-4: #a1e0f7;
--color-5: #d1f7ff;
}

CSS del degradado de fondo Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1da7f7, #4cc5f0, #7dd6e8, #a1e0f7, #d1f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1da7f7, #4cc5f0, #7dd6e8, #a1e0f7, #d1f7ff);
}

Ocean Breeze color palette created on .