Diluc Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Diluc palette

Share this palette to:

Diluc color palette PNG image

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

Diluc color palette CSS

/* CSS */
.color-1 {
color: #7f2e3d;
}
.color-2 {
color: #c3606c;
}
.color-3 {
color: #e2a09d;
}
.color-4 {
color: #f5c5a3;
}
.color-5 {
color: #f8e2af;
}

/* CSS Variables */
:root {
--color-1: #7f2e3d;
--color-2: #c3606c;
--color-3: #e2a09d;
--color-4: #f5c5a3;
--color-5: #f8e2af;
}

Diluc background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7f2e3d, #c3606c, #e2a09d, #f5c5a3, #f8e2af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7f2e3d, #c3606c, #e2a09d, #f5c5a3, #f8e2af);
}

Diluc color palette created on .