Vibrant Red Blue Purple Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Red Blue Purple palette

Condividi questa palette a:

tavolozza dei colori Vibrant Red Blue Purple CSS

/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #ff8b33;
}
.color-3 {
color: #ffcc33;
}
.color-4 {
color: #33a0ff;
}
.color-5 {
color: #5c33ff;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ff8b33;
--color-3: #ffcc33;
--color-4: #33a0ff;
--color-5: #5c33ff;
}

CSS con gradiente di sfondo Vibrant Red Blue Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ff8b33, #ffcc33, #33a0ff, #5c33ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ff8b33, #ffcc33, #33a0ff, #5c33ff);
}

Vibrant Red Blue Purple color palette created on .