Mellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mellow palette

Share this palette to:

Mellow color palette PNG image

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

Mellow color palette CSS

/* CSS */
.color-1 {
color: #f7e7a1;
}
.color-2 {
color: #f6c7a7;
}
.color-3 {
color: #f5a3b1;
}
.color-4 {
color: #e78db9;
}
.color-5 {
color: #d76ab8;
}

/* CSS Variables */
:root {
--color-1: #f7e7a1;
--color-2: #f6c7a7;
--color-3: #f5a3b1;
--color-4: #e78db9;
--color-5: #d76ab8;
}

Mellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7a1, #f6c7a7, #f5a3b1, #e78db9, #d76ab8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7a1, #f6c7a7, #f5a3b1, #e78db9, #d76ab8);
}

Mellow color palette created on .