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: #f1b74b;
}
.color-2 {
color: #f2a76e;
}
.color-3 {
color: #f28c8c;
}
.color-4 {
color: #f273a2;
}
.color-5 {
color: #d066f0;
}

/* CSS Variables */
:root {
--color-1: #f1b74b;
--color-2: #f2a76e;
--color-3: #f28c8c;
--color-4: #f273a2;
--color-5: #d066f0;
}

CSS con gradiente di sfondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b74b, #f2a76e, #f28c8c, #f273a2, #d066f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b74b, #f2a76e, #f28c8c, #f273a2, #d066f0);
}

Vibrant Pink color palette created on .