Diluc Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Diluc Sunset palette

Share this palette to:

Diluc Sunset color palette PNG image

Download diluc sunset color palette PNG image (landscape)
Download diluc sunset color palette PNG image (square)

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);
}

Diluc Sunset color palette created on .