Sunset Journeys Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Journeys palette

Share this palette to:

Sunset Journeys color palette CSS

/* CSS */
.color-1 {
color: #d42b2b;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f5e88a;
}
.color-5 {
color: #c0b3a5;
}

/* CSS Variables */
:root {
--color-1: #d42b2b;
--color-2: #f47b1f;
--color-3: #f5a524;
--color-4: #f5e88a;
--color-5: #c0b3a5;
}

Sunset Journeys background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d42b2b, #f47b1f, #f5a524, #f5e88a, #c0b3a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d42b2b, #f47b1f, #f5a524, #f5e88a, #c0b3a5);
}

Sunset Journeys color palette created on .