Twilight Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Twilight Embrace palette
Twilight Embrace color palette CSS
/* CSS */
.color-1 {
color: #3f2a6f;
}
.color-2 {
color: #5d4e8d;
}
.color-3 {
color: #7e6ea6;
}
.color-4 {
color: #c59c6d;
}
.color-5 {
color: #e3a66d;
}
/* CSS Variables */
:root {
--color-1: #3f2a6f;
--color-2: #5d4e8d;
--color-3: #7e6ea6;
--color-4: #c59c6d;
--color-5: #e3a66d;
}
Twilight Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f2a6f, #5d4e8d, #7e6ea6, #c59c6d, #e3a66d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f2a6f, #5d4e8d, #7e6ea6, #c59c6d, #e3a66d);
}
Similar color palettes
Twilight Embrace color palette created on .