Vibrant Pink Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Pink palette
tavolozza dei colori Vibrant Pink CSS
/* CSS */
.color-1 {
color: #ff4d7f;
}
.color-2 {
color: #ffb86b;
}
.color-3 {
color: #6b42ff;
}
.color-4 {
color: #00b8a8;
}
.color-5 {
color: #ffcc00;
}
/* CSS Variables */
:root {
--color-1: #ff4d7f;
--color-2: #ffb86b;
--color-3: #6b42ff;
--color-4: #00b8a8;
--color-5: #ffcc00;
}
CSS con gradiente di sfondo Vibrant Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d7f, #ffb86b, #6b42ff, #00b8a8, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d7f, #ffb86b, #6b42ff, #00b8a8, #ffcc00);
}
Tavolozze di colori simili
Vibrant Pink color palette created on .