Wanderlust Sangria Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wanderlust Sangria palette

Share this palette to:

Wanderlust Sangria color palette CSS

/* CSS */
.color-1 {
color: #9b1c36;
}
.color-2 {
color: #d93f63;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #43a889;
}

/* CSS Variables */
:root {
--color-1: #9b1c36;
--color-2: #d93f63;
--color-3: #f4a462;
--color-4: #f9c54e;
--color-5: #43a889;
}

Wanderlust Sangria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b1c36, #d93f63, #f4a462, #f9c54e, #43a889);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b1c36, #d93f63, #f4a462, #f9c54e, #43a889);
}

Wanderlust Sangria color palette created on .