Digital Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Digital Sunset palette

Share this palette to:

Digital Sunset color palette CSS

/* CSS */
.color-1 {
color: #b05d54;
}
.color-2 {
color: #d78c79;
}
.color-3 {
color: #e3b8a1;
}
.color-4 {
color: #f5e5d1;
}
.color-5 {
color: #f9c58b;
}

/* CSS Variables */
:root {
--color-1: #b05d54;
--color-2: #d78c79;
--color-3: #e3b8a1;
--color-4: #f5e5d1;
--color-5: #f9c58b;
}

Digital Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b05d54, #d78c79, #e3b8a1, #f5e5d1, #f9c58b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b05d54, #d78c79, #e3b8a1, #f5e5d1, #f9c58b);
}

Digital Sunset color palette created on .