Vibrant Youthfulness Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Youthfulness palette

Condividi questa palette a:

tavolozza dei colori Vibrant Youthfulness CSS

/* CSS */
.color-1 {
color: #f7c64a;
}
.color-2 {
color: #f7a85e;
}
.color-3 {
color: #f78a69;
}
.color-4 {
color: #f76e7b;
}
.color-5 {
color: #f75585;
}

/* CSS Variables */
:root {
--color-1: #f7c64a;
--color-2: #f7a85e;
--color-3: #f78a69;
--color-4: #f76e7b;
--color-5: #f75585;
}

CSS con gradiente di sfondo Vibrant Youthfulness

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c64a, #f7a85e, #f78a69, #f76e7b, #f75585);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c64a, #f7a85e, #f78a69, #f76e7b, #f75585);
}

Vibrant Youthfulness color palette created on .