Vibrant Expressions Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Expressions palette

Condividi questa palette a:

tavolozza dei colori Vibrant Expressions CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6a00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff007b;
}
.color-5 {
color: #ff00b2;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6a00;
--color-3: #ff3c00;
--color-4: #ff007b;
--color-5: #ff00b2;
}

CSS con gradiente di sfondo Vibrant Expressions

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6a00, #ff3c00, #ff007b, #ff00b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6a00, #ff3c00, #ff007b, #ff00b2);
}

Vibrant Expressions color palette created on .