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