Di Serria Sunset Color Palette
Discover the beautiful Di Serria Sunset color palette featuring di serria (#da975d), gold sand (#e4b68b), new orleans (#f1d4a2), dairy cream (#f8ecb9) and double pearl lusta (#fceacf).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Di Serria Sunset palette
๐ป Di Serria Sunset color palette CSS
/* CSS */
.color-1 {
color: #da975d;
}
.color-2 {
color: #e4b68b;
}
.color-3 {
color: #f1d4a2;
}
.color-4 {
color: #f8ecb9;
}
.color-5 {
color: #fceacf;
}
/* CSS Variables */
:root {
--color-1: #da975d;
--color-2: #e4b68b;
--color-3: #f1d4a2;
--color-4: #f8ecb9;
--color-5: #fceacf;
}
๐ Di Serria Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da975d, #e4b68b, #f1d4a2, #f8ecb9, #fceacf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da975d, #e4b68b, #f1d4a2, #f8ecb9, #fceacf);
}
๐ Explore similar color palettes
Di Serria Sunset color palette created on .