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: #f7a1b5;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffcc80;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #49148a;
}

/* CSS Variables */
:root {
--color-1: #f7a1b5;
--color-2: #ffb84d;
--color-3: #ffcc80;
--color-4: #4eb7ac;
--color-5: #49148a;
}

CSS con gradiente di sfondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b5, #ffb84d, #ffcc80, #4eb7ac, #49148a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b5, #ffb84d, #ffcc80, #4eb7ac, #49148a);
}

Vibrant Pink color palette created on .