Dawn Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dawn palette
Dawn color palette PNG image
Dawn color palette CSS
/* CSS */
.color-1 {
color: #f8c5af;
}
.color-2 {
color: #f2a49c;
}
.color-3 {
color: #e8887d;
}
.color-4 {
color: #e06e5c;
}
.color-5 {
color: #d8503b;
}
/* CSS Variables */
:root {
--color-1: #f8c5af;
--color-2: #f2a49c;
--color-3: #e8887d;
--color-4: #e06e5c;
--color-5: #d8503b;
}
Dawn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c5af, #f2a49c, #e8887d, #e06e5c, #d8503b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c5af, #f2a49c, #e8887d, #e06e5c, #d8503b);
}
Similar color palettes
Scroll down to explore 1000+ colors.dawn color palettes
Dawn color palette created on .