Vivid Pink Party Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vivid Pink Party palette
tavolozza dei colori Vivid Pink Party CSS
/* CSS */
.color-1 {
color: #ff4d85;
}
.color-2 {
color: #ff9100;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #3edab3;
}
.color-5 {
color: #5e29ff;
}
/* CSS Variables */
:root {
--color-1: #ff4d85;
--color-2: #ff9100;
--color-3: #ffec3d;
--color-4: #3edab3;
--color-5: #5e29ff;
}
CSS con gradiente di sfondo Vivid Pink Party
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d85, #ff9100, #ffec3d, #3edab3, #5e29ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d85, #ff9100, #ffec3d, #3edab3, #5e29ff);
}
Tavolozze di colori simili
Vivid Pink Party color palette created on .