Paleta de colores Dawn in the Metropolis
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dawn in the Metropolis palette
CSS de la paleta de colores Dawn in the Metropolis
/* CSS */
.color-1 {
color: #a4d1e5;
}
.color-2 {
color: #f4b9a9;
}
.color-3 {
color: #f2d4b5;
}
.color-4 {
color: #f7e0a1;
}
.color-5 {
color: #f3ca4f;
}
/* CSS Variables */
:root {
--color-1: #a4d1e5;
--color-2: #f4b9a9;
--color-3: #f2d4b5;
--color-4: #f7e0a1;
--color-5: #f3ca4f;
}
CSS del degradado de fondo Dawn in the Metropolis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d1e5, #f4b9a9, #f2d4b5, #f7e0a1, #f3ca4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d1e5, #f4b9a9, #f2d4b5, #f7e0a1, #f3ca4f);
}
Paletas de colores similares
Dawn in the Metropolis color palette created on .