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: #f8d99b;
}
.color-2 {
color: #e4a46c;
}
.color-3 {
color: #d56d9d;
}
.color-4 {
color: #b34d9e;
}
.color-5 {
color: #7d42ae;
}

/* CSS Variables */
:root {
--color-1: #f8d99b;
--color-2: #e4a46c;
--color-3: #d56d9d;
--color-4: #b34d9e;
--color-5: #7d42ae;
}

CSS con gradiente di sfondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d99b, #e4a46c, #d56d9d, #b34d9e, #7d42ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d99b, #e4a46c, #d56d9d, #b34d9e, #7d42ae);
}

Vibrant Pink color palette created on .