Whimsical Twilight Color Palette
Discover the beautiful Whimsical Twilight color palette featuring vanilla ice (#f2d9d9), shilo (#e8b0c1), light wisteria (#c9a5d5), east bay (#4a4e8c) and san juan (#2c3f6d).
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: #f2d9d9;
}
.color-2 {
color: #e8b0c1;
}
.color-3 {
color: #c9a5d5;
}
.color-4 {
color: #4a4e8c;
}
.color-5 {
color: #2c3f6d;
}
/* CSS Variables */
:root {
--color-1: #f2d9d9;
--color-2: #e8b0c1;
--color-3: #c9a5d5;
--color-4: #4a4e8c;
--color-5: #2c3f6d;
} 🌈 Whimsical Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d9d9, #e8b0c1, #c9a5d5, #4a4e8c, #2c3f6d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d9d9, #e8b0c1, #c9a5d5, #4a4e8c, #2c3f6d);
} 🔗 Explore similar color palettes
Whimsical Twilight color palette created on .