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: #ccffff;
}
.color-2 {
color: #9ae5e0;
}
.color-3 {
color: #66cccc;
}
.color-4 {
color: #32b3b3;
}
.color-5 {
color: #00a3a3;
}

/* CSS Variables */
:root {
--color-1: #ccffff;
--color-2: #9ae5e0;
--color-3: #66cccc;
--color-4: #32b3b3;
--color-5: #00a3a3;
}

CSS del degradado de fondo Ocean Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ccffff, #9ae5e0, #66cccc, #32b3b3, #00a3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ccffff, #9ae5e0, #66cccc, #32b3b3, #00a3a3);
}

Ocean Breeze color palette created on .