Paleta de colores Morning Mist Over Water
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Morning Mist Over Water palette
CSS de la paleta de colores Morning Mist Over Water
/* CSS */
.color-1 {
color: #3a537e;
}
.color-2 {
color: #4e6f8d;
}
.color-3 {
color: #7a9db8;
}
.color-4 {
color: #b4c9d9;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #3a537e;
--color-2: #4e6f8d;
--color-3: #7a9db8;
--color-4: #b4c9d9;
--color-5: #f4e1a4;
}
CSS del degradado de fondo Morning Mist Over Water
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a537e, #4e6f8d, #7a9db8, #b4c9d9, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a537e, #4e6f8d, #7a9db8, #b4c9d9, #f4e1a4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Azul
Morning Mist Over Water color palette created on .