Thistle Whimsy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Thistle Whimsy palette

Share this palette to:

Thistle Whimsy color palette PNG image

Download thistle whimsy color palette PNG image (landscape)
Download thistle whimsy color palette PNG image (square)

Thistle Whimsy color palette CSS

/* CSS */
.color-1 {
color: #d5c0e3;
}
.color-2 {
color: #a17d9b;
}
.color-3 {
color: #d0b7d1;
}
.color-4 {
color: #f4c3d6;
}
.color-5 {
color: #ffb3c7;
}

/* CSS Variables */
:root {
--color-1: #d5c0e3;
--color-2: #a17d9b;
--color-3: #d0b7d1;
--color-4: #f4c3d6;
--color-5: #ffb3c7;
}

Thistle Whimsy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c0e3, #a17d9b, #d0b7d1, #f4c3d6, #ffb3c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c0e3, #a17d9b, #d0b7d1, #f4c3d6, #ffb3c7);
}

Thistle Whimsy color palette created on .