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