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: #ff4d7f;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffec42;
}
.color-4 {
color: #5cff7f;
}
.color-5 {
color: #00c3ff;
}

/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ff9900;
--color-3: #ffec42;
--color-4: #5cff7f;
--color-5: #00c3ff;
}

CSS con gradiente di sfondo Vibrant Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ff9900, #ffec42, #5cff7f, #00c3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ff9900, #ffec42, #5cff7f, #00c3ff);
}

Vibrant Pink color palette created on .