Vibrant Turmoil Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Turmoil palette

Condividi questa palette a:

tavolozza dei colori Vibrant Turmoil CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #2e8a56;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ffcc00;
--color-4: #2e8a56;
--color-5: #ff1492;
}

CSS con gradiente di sfondo Vibrant Turmoil

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ffcc00, #2e8a56, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ffcc00, #2e8a56, #ff1492);
}

Vibrant Turmoil color palette created on .