Twilight Temptations Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Temptations palette

Share this palette to:

Twilight Temptations color palette CSS

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #5b2a57;
}
.color-3 {
color: #8d4e7c;
}
.color-4 {
color: #c581b3;
}
.color-5 {
color: #f2b0d4;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #5b2a57;
--color-3: #8d4e7c;
--color-4: #c581b3;
--color-5: #f2b0d4;
}

Twilight Temptations background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #5b2a57, #8d4e7c, #c581b3, #f2b0d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #5b2a57, #8d4e7c, #c581b3, #f2b0d4);
}

Twilight Temptations color palette created on .