Waves of Wanderlust Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Waves of Wanderlust palette
Waves of Wanderlust color palette CSS
/* CSS */
.color-1 {
color: #498d92;
}
.color-2 {
color: #6eb4a9;
}
.color-3 {
color: #b2d7d2;
}
.color-4 {
color: #f2d4b5;
}
.color-5 {
color: #f7a5a1;
}
/* CSS Variables */
:root {
--color-1: #498d92;
--color-2: #6eb4a9;
--color-3: #b2d7d2;
--color-4: #f2d4b5;
--color-5: #f7a5a1;
}
Waves of Wanderlust background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #498d92, #6eb4a9, #b2d7d2, #f2d4b5, #f7a5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #498d92, #6eb4a9, #b2d7d2, #f2d4b5, #f7a5a1);
}
Similar color palettes
Waves of Wanderlust color palette created on .