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: #c700d1;
}
.color-2 {
color: #0befd4;
}
.color-3 {
color: #d6e600;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}
/* CSS Variables */
:root {
--color-1: #c700d1;
--color-2: #0befd4;
--color-3: #d6e600;
--color-4: #f9c54e;
--color-5: #f94346;
}
CSS con gradiente di sfondo Vibrant Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c700d1, #0befd4, #d6e600, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c700d1, #0befd4, #d6e600, #f9c54e, #f94346);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 300+ tavolozzas di colori Brillante
Vibrant Pink color palette created on .