Crimson Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Twilight palette
Crimson Twilight color palette CSS
/* CSS */
.color-1 {
color: #5e2a92;
}
.color-2 {
color: #9e4c9d;
}
.color-3 {
color: #d57c6d;
}
.color-4 {
color: #e6b03d;
}
.color-5 {
color: #c74b3d;
}
/* CSS Variables */
:root {
--color-1: #5e2a92;
--color-2: #9e4c9d;
--color-3: #d57c6d;
--color-4: #e6b03d;
--color-5: #c74b3d;
}
Crimson Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e2a92, #9e4c9d, #d57c6d, #e6b03d, #c74b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e2a92, #9e4c9d, #d57c6d, #e6b03d, #c74b3d);
}
Similar color palettes
Crimson Twilight color palette created on .