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: #19a8f5;
}
.color-2 {
color: #4cc8e1;
}
.color-3 {
color: #7fe1d6;
}
.color-4 {
color: #a3e6c0;
}
.color-5 {
color: #e3f7b1;
}
/* CSS Variables */
:root {
--color-1: #19a8f5;
--color-2: #4cc8e1;
--color-3: #7fe1d6;
--color-4: #a3e6c0;
--color-5: #e3f7b1;
}
CSS del degradado de fondo Ocean Breeze Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #19a8f5, #4cc8e1, #7fe1d6, #a3e6c0, #e3f7b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #19a8f5, #4cc8e1, #7fe1d6, #a3e6c0, #e3f7b1);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Aguamarina
Ocean Breeze Serenity color palette created on .