Gentle Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gentle Blossoms palette

Share this palette to:

Gentle Blossoms color palette PNG image

Download gentle blossoms color palette PNG image (landscape)
Download gentle blossoms color palette PNG image (square)

Gentle Blossoms color palette CSS

/* CSS */
.color-1 {
color: #e7c5c5;
}
.color-2 {
color: #f0a3a3;
}
.color-3 {
color: #f6d59d;
}
.color-4 {
color: #f4b652;
}
.color-5 {
color: #cae8cb;
}

/* CSS Variables */
:root {
--color-1: #e7c5c5;
--color-2: #f0a3a3;
--color-3: #f6d59d;
--color-4: #f4b652;
--color-5: #cae8cb;
}

Gentle Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c5c5, #f0a3a3, #f6d59d, #f4b652, #cae8cb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c5c5, #f0a3a3, #f6d59d, #f4b652, #cae8cb);
}

Gentle Blossoms color palette created on .