Vibrant Renewal Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Renewal palette
tavolozza dei colori Vibrant Renewal CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcd29;
}
.color-4 {
color: #5bbe8c;
}
.color-5 {
color: #2e6b50;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffcd29;
--color-4: #5bbe8c;
--color-5: #2e6b50;
}
CSS con gradiente di sfondo Vibrant Renewal
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffcd29, #5bbe8c, #2e6b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffcd29, #5bbe8c, #2e6b50);
}
Tavolozze di colori simili
Vibrant Renewal color palette created on .