Dawn in the Alley Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dawn in the Alley palette
Dawn in the Alley color palette CSS
/* 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;
}
Dawn in the Alley background gradient CSS
/* 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);
}
Similar color palettes
Dawn in the Alley color palette created on .