Evelyn's Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Evelyn's Sunrise palette
Evelyn's Sunrise color palette CSS
/* CSS */
.color-1 {
color: #f6bb3c;
}
.color-2 {
color: #f89c3f;
}
.color-3 {
color: #f7b24b;
}
.color-4 {
color: #f9d68b;
}
.color-5 {
color: #f4e0c8;
}
/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f89c3f;
--color-3: #f7b24b;
--color-4: #f9d68b;
--color-5: #f4e0c8;
}
Evelyn's Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f89c3f, #f7b24b, #f9d68b, #f4e0c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f89c3f, #f7b24b, #f9d68b, #f4e0c8);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Evelyn's Sunrise color palette created on .