Dreamweaver's Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamweaver's Bloom palette

Share this palette to:

Dreamweaver's Bloom color palette CSS

/* CSS */
.color-1 {
color: #c4b2e1;
}
.color-2 {
color: #a066b2;
}
.color-3 {
color: #f2a1c0;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #5d9bd5;
}

/* CSS Variables */
:root {
--color-1: #c4b2e1;
--color-2: #a066b2;
--color-3: #f2a1c0;
--color-4: #f4d35d;
--color-5: #5d9bd5;
}

Dreamweaver's Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b2e1, #a066b2, #f2a1c0, #f4d35d, #5d9bd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b2e1, #a066b2, #f2a1c0, #f4d35d, #5d9bd5);
}

Dreamweaver's Bloom color palette created on .