Paleta de colores Ocean Breeze Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ocean Breeze Serenity palette
CSS de la paleta de colores Ocean Breeze Serenity
/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #3ec7e0;
}
.color-3 {
color: #b0e3e8;
}
.color-4 {
color: #f7f9f6;
}
.color-5 {
color: #f9d75d;
}
/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #3ec7e0;
--color-3: #b0e3e8;
--color-4: #f7f9f6;
--color-5: #f9d75d;
}
CSS del degradado de fondo Ocean Breeze Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #3ec7e0, #b0e3e8, #f7f9f6, #f9d75d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #3ec7e0, #b0e3e8, #f7f9f6, #f9d75d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Aguamarina
Ocean Breeze Serenity color palette created on .