Paleta de colores Blue Ocean
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Ocean palette
CSS de la paleta de colores Blue Ocean
/* CSS */
.color-1 {
color: #208fbc;
}
.color-2 {
color: #52c2d1;
}
.color-3 {
color: #8ce3e0;
}
.color-4 {
color: #a2f6f3;
}
.color-5 {
color: #f1f9f9;
}
/* CSS Variables */
:root {
--color-1: #208fbc;
--color-2: #52c2d1;
--color-3: #8ce3e0;
--color-4: #a2f6f3;
--color-5: #f1f9f9;
}
CSS del degradado de fondo Blue Ocean
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #208fbc, #52c2d1, #8ce3e0, #a2f6f3, #f1f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #208fbc, #52c2d1, #8ce3e0, #a2f6f3, #f1f9f9);
}
Paletas de colores similares
Blue Ocean color palette created on .