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