Whimsical Twilight Color Palette
Discover the beautiful Whimsical Twilight color palette featuring vanilla ice (#f1d5d8), london hue (#b9a6c9), mobster (#8c7b9d), wheatfield (#f0e4c6) and apricot (#e89a6d).
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 Whimsical Twilight palette
💻 Whimsical Twilight color palette CSS
/* CSS */
.color-1 {
color: #f1d5d8;
}
.color-2 {
color: #b9a6c9;
}
.color-3 {
color: #8c7b9d;
}
.color-4 {
color: #f0e4c6;
}
.color-5 {
color: #e89a6d;
}
/* CSS Variables */
:root {
--color-1: #f1d5d8;
--color-2: #b9a6c9;
--color-3: #8c7b9d;
--color-4: #f0e4c6;
--color-5: #e89a6d;
} 🌈 Whimsical Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d5d8, #b9a6c9, #8c7b9d, #f0e4c6, #e89a6d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d5d8, #b9a6c9, #8c7b9d, #f0e4c6, #e89a6d);
} 🔗 Explore similar color palettes
Whimsical Twilight color palette created on .