Dreamy Blossom Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Blossom Breeze palette

Share this palette to:

Dreamy Blossom Breeze color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #ffd9a8;
}
.color-3 {
color: #b6e2d3;
}
.color-4 {
color: #a4d7e5;
}
.color-5 {
color: #f3e4aa;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #ffd9a8;
--color-3: #b6e2d3;
--color-4: #a4d7e5;
--color-5: #f3e4aa;
}

Dreamy Blossom Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #ffd9a8, #b6e2d3, #a4d7e5, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #ffd9a8, #b6e2d3, #a4d7e5, #f3e4aa);
}

Dreamy Blossom Breeze color palette created on .