Paleta de colores Serene Ocean Breeze
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Ocean Breeze palette
Image Gallery
CSS de la paleta de colores Serene Ocean Breeze
/* CSS */
.color-1 {
color: #e1ecef;
}
.color-2 {
color: #cfe0e7;
}
.color-3 {
color: #bed4e0;
}
.color-4 {
color: #abc9d8;
}
.color-5 {
color: #94bbd1;
}
/* CSS Variables */
:root {
--color-1: #e1ecef;
--color-2: #cfe0e7;
--color-3: #bed4e0;
--color-4: #abc9d8;
--color-5: #94bbd1;
}
CSS del degradado de fondo Serene Ocean Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1ecef, #cfe0e7, #bed4e0, #abc9d8, #94bbd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1ecef, #cfe0e7, #bed4e0, #abc9d8, #94bbd1);
}
Paletas de colores similares
Serene Ocean Breeze color palette created on .