Paleta de colores Midnight Ocean
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Ocean palette
Imagen PNG de la paleta de colores Midnight Ocean
CSS de la paleta de colores Midnight Ocean
/* CSS */
.color-1 {
color: #50437a;
}
.color-2 {
color: #35336c;
}
.color-3 {
color: #22245d;
}
.color-4 {
color: #4e6f97;
}
.color-5 {
color: #78b5d9;
}
/* CSS Variables */
:root {
--color-1: #50437a;
--color-2: #35336c;
--color-3: #22245d;
--color-4: #4e6f97;
--color-5: #78b5d9;
}
CSS del degradado de fondo Midnight Ocean
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #50437a, #35336c, #22245d, #4e6f97, #78b5d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #50437a, #35336c, #22245d, #4e6f97, #78b5d9);
}
Paletas de colores similares
Midnight Ocean color palette created on .