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