Thistle Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Thistle Bloom palette

Share this palette to:

Thistle Bloom color palette CSS

/* CSS */
.color-1 {
color: #d8c0d8;
}
.color-2 {
color: #e6a7e6;
}
.color-3 {
color: #f2c4f8;
}
.color-4 {
color: #f7b1e8;
}
.color-5 {
color: #ea9fe2;
}

/* CSS Variables */
:root {
--color-1: #d8c0d8;
--color-2: #e6a7e6;
--color-3: #f2c4f8;
--color-4: #f7b1e8;
--color-5: #ea9fe2;
}

Thistle Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c0d8, #e6a7e6, #f2c4f8, #f7b1e8, #ea9fe2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c0d8, #e6a7e6, #f2c4f8, #f7b1e8, #ea9fe2);
}

Thistle Bloom color palette created on .