Thistle Whimsy Color Palette
Discover the beautiful Thistle Whimsy color palette featuring prelude (#d5c0e3), mountbatten pink (#a17d9b), london hue (#d0b7d1), azalea (#f4c3d6) and pink (#ffb3c7).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Thistle Whimsy palette
💻 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);
}
🔗 Explore similar color palettes
Thistle Whimsy color palette created on .