Vibrant Blixer Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Blixer palette

Condividi questa palette a:

tavolozza dei colori Vibrant Blixer CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6caf46;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #4f95b5;
}
.color-5 {
color: #ea5d7e;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6caf46;
--color-3: #ffb84d;
--color-4: #4f95b5;
--color-5: #ea5d7e;
}

CSS con gradiente di sfondo Vibrant Blixer

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6caf46, #ffb84d, #4f95b5, #ea5d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6caf46, #ffb84d, #4f95b5, #ea5d7e);
}

Vibrant Blixer color palette created on .