Twilight Tides Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Twilight Tides palette

Share this palette to:

Twilight Tides color palette CSS

/* CSS */
.color-1 {
color: #a769b5;
}
.color-2 {
color: #5c5c99;
}
.color-3 {
color: #799a9a;
}
.color-4 {
color: #9cc2c9;
}
.color-5 {
color: #f9d86c;
}

/* CSS Variables */
:root {
--color-1: #a769b5;
--color-2: #5c5c99;
--color-3: #799a9a;
--color-4: #9cc2c9;
--color-5: #f9d86c;
}

Twilight Tides background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a769b5, #5c5c99, #799a9a, #9cc2c9, #f9d86c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a769b5, #5c5c99, #799a9a, #9cc2c9, #f9d86c);
}

Twilight Tides color palette created on .