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: #02a7d4;
}
.color-2 {
color: #37afe6;
}
.color-3 {
color: #69cedd;
}
.color-4 {
color: #a1e0f7;
}
.color-5 {
color: #e0f5ff;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #37afe6;
--color-3: #69cedd;
--color-4: #a1e0f7;
--color-5: #e0f5ff;
}

CSS del degradado de fondo Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #37afe6, #69cedd, #a1e0f7, #e0f5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #37afe6, #69cedd, #a1e0f7, #e0f5ff);
}

Ocean Breeze color palette created on .