Vibrant Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Pink palette

Condividi questa palette a:

tavolozza dei colori Vibrant Pink CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffe66b;
}
.color-3 {
color: #6dd093;
}
.color-4 {
color: #4978d4;
}
.color-5 {
color: #a45eb5;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffe66b;
--color-3: #6dd093;
--color-4: #4978d4;
--color-5: #a45eb5;
}

CSS con gradiente di sfondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffe66b, #6dd093, #4978d4, #a45eb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffe66b, #6dd093, #4978d4, #a45eb5);
}

Vibrant Pink color palette created on .