Vibrant Pink Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Pink palette
Immagine PNG della tavolozza dei colori Vibrant Pink
tavolozza dei colori Vibrant Pink CSS
/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #50c2f7;
}
.color-4 {
color: #a4d5a6;
}
.color-5 {
color: #f490b1;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ffb84d;
--color-3: #50c2f7;
--color-4: #a4d5a6;
--color-5: #f490b1;
}
CSS con gradiente di sfondo Vibrant Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ffb84d, #50c2f7, #a4d5a6, #f490b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ffb84d, #50c2f7, #a4d5a6, #f490b1);
}
Tavolozze di colori simili
Vibrant Pink color palette created on .