Lakeside Vitality Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lakeside Vitality palette
Lakeside Vitality color palette CSS
/* CSS */
.color-1 {
color: #4b8b8b;
}
.color-2 {
color: #a9d6bb;
}
.color-3 {
color: #e2f3e3;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #5b8b6d;
}
/* CSS Variables */
:root {
--color-1: #4b8b8b;
--color-2: #a9d6bb;
--color-3: #e2f3e3;
--color-4: #a3d55d;
--color-5: #5b8b6d;
}
Lakeside Vitality background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8b8b, #a9d6bb, #e2f3e3, #a3d55d, #5b8b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8b8b, #a9d6bb, #e2f3e3, #a3d55d, #5b8b6d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Lakeside Vitality color palette created on .