Diluc Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Diluc Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Diluc Sunset Color Palette (PNG)
Diluc Sunset color palette CSS
/* CSS */
.color-1 {
color: #c85a3c;
}
.color-2 {
color: #e1a06b;
}
.color-3 {
color: #f1d6a7;
}
.color-4 {
color: #4f3d6b;
}
.color-5 {
color: #c4d6e3;
}
/* CSS Variables */
:root {
--color-1: #c85a3c;
--color-2: #e1a06b;
--color-3: #f1d6a7;
--color-4: #4f3d6b;
--color-5: #c4d6e3;
}
Diluc Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85a3c, #e1a06b, #f1d6a7, #4f3d6b, #c4d6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85a3c, #e1a06b, #f1d6a7, #4f3d6b, #c4d6e3);
}
Similar color palettes
Scroll down to explore 60+ Amber color palettes
Diluc Sunset color palette created on .