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: #f6d55a;
}
.color-2 {
color: #f8e3a0;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #d65cb1;
}
.color-5 {
color: #690571;
}
/* CSS Variables */
:root {
--color-1: #f6d55a;
--color-2: #f8e3a0;
--color-3: #f1a8a2;
--color-4: #d65cb1;
--color-5: #690571;
}
CSS con gradiente di sfondo Vibrant Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d55a, #f8e3a0, #f1a8a2, #d65cb1, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d55a, #f8e3a0, #f1a8a2, #d65cb1, #690571);
}
Tavolozze di colori simili
Vibrant Pink color palette created on .