Blossom Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Dreams palette

Share this palette to:

Blossom Dreams color palette CSS

/* CSS */
.color-1 {
color: #f7d7a1;
}
.color-2 {
color: #f9b58b;
}
.color-3 {
color: #f68c79;
}
.color-4 {
color: #e65b7b;
}
.color-5 {
color: #b56bb8;
}

/* CSS Variables */
:root {
--color-1: #f7d7a1;
--color-2: #f9b58b;
--color-3: #f68c79;
--color-4: #e65b7b;
--color-5: #b56bb8;
}

Blossom Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d7a1, #f9b58b, #f68c79, #e65b7b, #b56bb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d7a1, #f9b58b, #f68c79, #e65b7b, #b56bb8);
}

Blossom Dreams color palette created on .