Melancholy Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Melancholy Sunshine palette

Share this palette to:

Melancholy Sunshine color palette CSS

/* CSS */
.color-1 {
color: #b35c3d;
}
.color-2 {
color: #f39e6d;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #a4daac;
}
.color-5 {
color: #6bb9e6;
}

/* CSS Variables */
:root {
--color-1: #b35c3d;
--color-2: #f39e6d;
--color-3: #f4cf3e;
--color-4: #a4daac;
--color-5: #6bb9e6;
}

Melancholy Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b35c3d, #f39e6d, #f4cf3e, #a4daac, #6bb9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b35c3d, #f39e6d, #f4cf3e, #a4daac, #6bb9e6);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Melancholy Sunshine color palette created on .