Serene Vitality Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Vitality palette

Share this palette to:

Serene Vitality color palette CSS

/* CSS */
.color-1 {
color: #a6e2d7;
}
.color-2 {
color: #b3e6c9;
}
.color-3 {
color: #f0e5b2;
}
.color-4 {
color: #f9c8cb;
}
.color-5 {
color: #f5a524;
}

/* CSS Variables */
:root {
--color-1: #a6e2d7;
--color-2: #b3e6c9;
--color-3: #f0e5b2;
--color-4: #f9c8cb;
--color-5: #f5a524;
}

Serene Vitality background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2d7, #b3e6c9, #f0e5b2, #f9c8cb, #f5a524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2d7, #b3e6c9, #f0e5b2, #f9c8cb, #f5a524);
}

Serene Vitality color palette created on .