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