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: #f6a2c1;
}
.color-2 {
color: #ffb87a;
}
.color-3 {
color: #ffdd57;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #f6a2c1;
--color-2: #ffb87a;
--color-3: #ffdd57;
--color-4: #7fd959;
--color-5: #2a9d90;
}

CSS con gradiente di sfondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c1, #ffb87a, #ffdd57, #7fd959, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c1, #ffb87a, #ffdd57, #7fd959, #2a9d90);
}

Vibrant Pink color palette created on .