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