Paleta de colores Ocean Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ocean Breeze palette
CSS de la paleta de colores Ocean Breeze
/* CSS */
.color-1 {
color: #7ec8f7;
}
.color-2 {
color: #6cb2e4;
}
.color-3 {
color: #4b8fc3;
}
.color-4 {
color: #3c6faa;
}
.color-5 {
color: #2a4a8d;
}
/* CSS Variables */
:root {
--color-1: #7ec8f7;
--color-2: #6cb2e4;
--color-3: #4b8fc3;
--color-4: #3c6faa;
--color-5: #2a4a8d;
}
CSS del degradado de fondo Ocean Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7ec8f7, #6cb2e4, #4b8fc3, #3c6faa, #2a4a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7ec8f7, #6cb2e4, #4b8fc3, #3c6faa, #2a4a8d);
}
Paletas de colores similares
Ocean Breeze color palette created on .