Vibrant Vitality Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Vitality palette

Share this palette to:

Vibrant Vitality color palette CSS

/* CSS */
.color-1 {
color: #3cb8c8;
}
.color-2 {
color: #f3d77c;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #e06b38;
}
.color-5 {
color: #d2415e;
}

/* CSS Variables */
:root {
--color-1: #3cb8c8;
--color-2: #f3d77c;
--color-3: #f0a800;
--color-4: #e06b38;
--color-5: #d2415e;
}

Vibrant Vitality background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb8c8, #f3d77c, #f0a800, #e06b38, #d2415e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb8c8, #f3d77c, #f0a800, #e06b38, #d2415e);
}

Vibrant Vitality color palette created on .