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: #29b8d1;
}
.color-2 {
color: #70d2bb;
}
.color-3 {
color: #a2e6d3;
}
.color-4 {
color: #e1f9f4;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #29b8d1;
--color-2: #70d2bb;
--color-3: #a2e6d3;
--color-4: #e1f9f4;
--color-5: #ffffff;
}
CSS del degradado de fondo Ocean Breeze Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b8d1, #70d2bb, #a2e6d3, #e1f9f4, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b8d1, #70d2bb, #a2e6d3, #e1f9f4, #ffffff);
}
Paletas de colores similares
Ocean Breeze Serenity color palette created on .