Rhythmic Vibrance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rhythmic Vibrance palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Rhythmic Vibrance

Download rhythmic vibrance color palette PNG image (landscape)
Download rhythmic vibrance color palette PNG image (square)

tavolozza dei colori Rhythmic Vibrance CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6bb5;
}
.color-5 {
color: #8a2ce2;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #ff8052;
--color-3: #ffd900;
--color-4: #ff6bb5;
--color-5: #8a2ce2;
}

CSS con gradiente di sfondo Rhythmic Vibrance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #ff8052, #ffd900, #ff6bb5, #8a2ce2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #ff8052, #ffd900, #ff6bb5, #8a2ce2);
}

Rhythmic Vibrance color palette created on .