Whimsical Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Twilight palette
Whimsical Twilight color palette CSS
/* CSS */
.color-1 {
color: #f0d6e5;
}
.color-2 {
color: #e6a8b7;
}
.color-3 {
color: #cc6b9f;
}
.color-4 {
color: #a44c8d;
}
.color-5 {
color: #6a2a4d;
}
/* CSS Variables */
:root {
--color-1: #f0d6e5;
--color-2: #e6a8b7;
--color-3: #cc6b9f;
--color-4: #a44c8d;
--color-5: #6a2a4d;
}
Whimsical Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0d6e5, #e6a8b7, #cc6b9f, #a44c8d, #6a2a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0d6e5, #e6a8b7, #cc6b9f, #a44c8d, #6a2a4d);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Whimsical Twilight color palette created on .