Lustrous Dawnrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lustrous Dawnrise palette
Lustrous Dawnrise color palette PNG image
Lustrous Dawnrise color palette CSS
/* CSS */
.color-1 {
color: #ffa71a;
}
.color-2 {
color: #ffc180;
}
.color-3 {
color: #ffd1b3;
}
.color-4 {
color: #ffe1d1;
}
.color-5 {
color: #ffdb80;
}
/* CSS Variables */
:root {
--color-1: #ffa71a;
--color-2: #ffc180;
--color-3: #ffd1b3;
--color-4: #ffe1d1;
--color-5: #ffdb80;
}
Lustrous Dawnrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa71a, #ffc180, #ffd1b3, #ffe1d1, #ffdb80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa71a, #ffc180, #ffd1b3, #ffe1d1, #ffdb80);
}
Similar color palettes
Scroll down to explore 80+ Amber color palettes
Lustrous Dawnrise color palette created on .