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: #d94130;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #ffcb3d;
}
.color-4 {
color: #4bbe81;
}
.color-5 {
color: #499ed0;
}

/* CSS Variables */
:root {
--color-1: #d94130;
--color-2: #f0a800;
--color-3: #ffcb3d;
--color-4: #4bbe81;
--color-5: #499ed0;
}

CSS con gradiente di sfondo Vibrant Turmoil

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d94130, #f0a800, #ffcb3d, #4bbe81, #499ed0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d94130, #f0a800, #ffcb3d, #4bbe81, #499ed0);
}

Vibrant Turmoil color palette created on .