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