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: #fab700;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff3d5a;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #9b27b0;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6e61;
--color-3: #ff3d5a;
--color-4: #d6006f;
--color-5: #9b27b0;
}

CSS con gradiente di sfondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6e61, #ff3d5a, #d6006f, #9b27b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6e61, #ff3d5a, #d6006f, #9b27b0);
}

Vibrant Pink color palette created on .