Vibrant Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Twilight palette

Share this palette to:

Vibrant Twilight color palette CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #4b7bb9;
}
.color-3 {
color: #7b4bb9;
}
.color-4 {
color: #b24bb9;
}
.color-5 {
color: #ff9d4d;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #4b7bb9;
--color-3: #7b4bb9;
--color-4: #b24bb9;
--color-5: #ff9d4d;
}

Vibrant Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #4b7bb9, #7b4bb9, #b24bb9, #ff9d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #4b7bb9, #7b4bb9, #b24bb9, #ff9d4d);
}

Vibrant Twilight color palette created on .