Vibrant Heroics Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Heroics palette

Condividi questa palette a:

tavolozza dei colori Vibrant Heroics CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #dbf7a6;
}
.color-4 {
color: #007fff;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffc300;
--color-3: #dbf7a6;
--color-4: #007fff;
--color-5: #ff1492;
}

CSS con gradiente di sfondo Vibrant Heroics

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffc300, #dbf7a6, #007fff, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffc300, #dbf7a6, #007fff, #ff1492);
}

Vibrant Heroics color palette created on .