Shy Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shy Blossoms palette

Share this palette to:

Shy Blossoms color palette PNG image

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

Shy Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f3b4c0;
}
.color-2 {
color: #f7d4e2;
}
.color-3 {
color: #e6c5e7;
}
.color-4 {
color: #b7c9e1;
}
.color-5 {
color: #a1dff7;
}

/* CSS Variables */
:root {
--color-1: #f3b4c0;
--color-2: #f7d4e2;
--color-3: #e6c5e7;
--color-4: #b7c9e1;
--color-5: #a1dff7;
}

Shy Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b4c0, #f7d4e2, #e6c5e7, #b7c9e1, #a1dff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b4c0, #f7d4e2, #e6c5e7, #b7c9e1, #a1dff7);
}

Shy Blossoms color palette created on .