Loading...
Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunrise palette
Download Sunrise Color Palette (PNG)
Sunrise color palette CSS
/* CSS */
.color-1 {
color: #d0ae7c;
}
.color-2 {
color: #cda174;
}
.color-3 {
color: #cd8974;
}
.color-4 {
color: #bc6f57;
}
.color-5 {
color: #90503c;
}
/* CSS Variables */
:root {
--color-1: #d0ae7c;
--color-2: #cda174;
--color-3: #cd8974;
--color-4: #bc6f57;
--color-5: #90503c;
}
Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0ae7c, #cda174, #cd8974, #bc6f57, #90503c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0ae7c, #cda174, #cd8974, #bc6f57, #90503c);
}
Similar color palettes
Scroll down to explore 100+ Beige color palettes
Sunrise color palette created on .