Vibrant Charm Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Charm palette

Condividi questa palette a:

tavolozza dei colori Vibrant Charm 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;
}

CSS con gradiente di sfondo Vibrant Charm

/* 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 .