Sundrop Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sundrop palette

Share this palette to:

Sundrop color palette PNG image

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

Sundrop color palette CSS

/* CSS */
.color-1 {
color: #edc8ab;
}
.color-2 {
color: #f0af89;
}
.color-3 {
color: #ef8b6c;
}
.color-4 {
color: #f06856;
}
.color-5 {
color: #ef4d4f;
}

/* CSS Variables */
:root {
--color-1: #edc8ab;
--color-2: #f0af89;
--color-3: #ef8b6c;
--color-4: #f06856;
--color-5: #ef4d4f;
}

Sundrop background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edc8ab, #f0af89, #ef8b6c, #f06856, #ef4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edc8ab, #f0af89, #ef8b6c, #f06856, #ef4d4f);
}

Sundrop color palette created on .