Vibrant Assistant Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Assistant palette

Condividi questa palette a:

tavolozza dei colori Vibrant Assistant CSS

/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #ffc929;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #b0ff57;
}
.color-5 {
color: #00c753;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #ffc929;
--color-3: #ffec3d;
--color-4: #b0ff57;
--color-5: #00c753;
}

CSS con gradiente di sfondo Vibrant Assistant

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #ffc929, #ffec3d, #b0ff57, #00c753);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #ffc929, #ffec3d, #b0ff57, #00c753);
}

Vibrant Assistant color palette created on .