Wanderlust Echoes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Wanderlust Echoes palette
Wanderlust Echoes color palette CSS
/* CSS */
.color-1 {
color: #3b4d81;
}
.color-2 {
color: #698dab;
}
.color-3 {
color: #a6b9c5;
}
.color-4 {
color: #dac9aa;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #3b4d81;
--color-2: #698dab;
--color-3: #a6b9c5;
--color-4: #dac9aa;
--color-5: #f4a462;
}
Wanderlust Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4d81, #698dab, #a6b9c5, #dac9aa, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4d81, #698dab, #a6b9c5, #dac9aa, #f4a462);
}
Similar color palettes
Wanderlust Echoes color palette created on .