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