Dreamy Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Blossoms palette

Share this palette to:

Dreamy Blossoms color palette CSS

/* CSS */
.color-1 {
color: #d3dcee;
}
.color-2 {
color: #eef1fb;
}
.color-3 {
color: #f2d7f4;
}
.color-4 {
color: #918cb1;
}
.color-5 {
color: #fef3ec;
}

/* CSS Variables */
:root {
--color-1: #d3dcee;
--color-2: #eef1fb;
--color-3: #f2d7f4;
--color-4: #918cb1;
--color-5: #fef3ec;
}

Dreamy Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3dcee, #eef1fb, #f2d7f4, #918cb1, #fef3ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3dcee, #eef1fb, #f2d7f4, #918cb1, #fef3ec);
}

Similar color palettes

Scroll down to explore 1 Lightblue color palette

Dreamy Blossoms color palette created on .