Savory Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Savory Sunrise palette
Savory Sunrise color palette CSS
/* CSS */
.color-1 {
color: #4e3b3b;
}
.color-2 {
color: #7a5c5c;
}
.color-3 {
color: #c4994a;
}
.color-4 {
color: #f1c95b;
}
.color-5 {
color: #f5e2a3;
}
/* CSS Variables */
:root {
--color-1: #4e3b3b;
--color-2: #7a5c5c;
--color-3: #c4994a;
--color-4: #f1c95b;
--color-5: #f5e2a3;
}
Savory Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b3b, #7a5c5c, #c4994a, #f1c95b, #f5e2a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b3b, #7a5c5c, #c4994a, #f1c95b, #f5e2a3);
}
Similar color palettes
Savory Sunrise color palette created on .