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: #4b0b2a;
}
.color-2 {
color: #7c1d2a;
}
.color-3 {
color: #a83e3e;
}
.color-4 {
color: #bf785a;
}
.color-5 {
color: #ebae4c;
}
/* CSS Variables */
:root {
--color-1: #4b0b2a;
--color-2: #7c1d2a;
--color-3: #a83e3e;
--color-4: #bf785a;
--color-5: #ebae4c;
}
Crimson Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b0b2a, #7c1d2a, #a83e3e, #bf785a, #ebae4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b0b2a, #7c1d2a, #a83e3e, #bf785a, #ebae4c);
}
Similar color palettes
Crimson Twilight color palette created on .