Vibrant Tones Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Tones palette

Condividi questa palette a:

tavolozza dei colori Vibrant Tones CSS

/* CSS */
.color-1 {
color: #e4b51b;
}
.color-2 {
color: #d74c2d;
}
.color-3 {
color: #5c904c;
}
.color-4 {
color: #4e9ed0;
}
.color-5 {
color: #7a3db8;
}

/* CSS Variables */
:root {
--color-1: #e4b51b;
--color-2: #d74c2d;
--color-3: #5c904c;
--color-4: #4e9ed0;
--color-5: #7a3db8;
}

CSS con gradiente di sfondo Vibrant Tones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b51b, #d74c2d, #5c904c, #4e9ed0, #7a3db8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b51b, #d74c2d, #5c904c, #4e9ed0, #7a3db8);
}

Vibrant Tones color palette created on .