Vibrant Charm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Charm palette

Share this palette to:

Vibrant Charm color palette CSS

/* CSS */
.color-1 {
color: #f5ab32;
}
.color-2 {
color: #e56b2a;
}
.color-3 {
color: #d64d3d;
}
.color-4 {
color: #b83d5a;
}
.color-5 {
color: #8d3a8d;
}

/* CSS Variables */
:root {
--color-1: #f5ab32;
--color-2: #e56b2a;
--color-3: #d64d3d;
--color-4: #b83d5a;
--color-5: #8d3a8d;
}

Vibrant Charm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ab32, #e56b2a, #d64d3d, #b83d5a, #8d3a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ab32, #e56b2a, #d64d3d, #b83d5a, #8d3a8d);
}

Vibrant Charm color palette created on .