Retro Orange Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Retro Orange palette
tavolozza dei colori Retro Orange CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #f3ab5e;
}
.color-3 {
color: #e1d77f;
}
.color-4 {
color: #6ebf8d;
}
.color-5 {
color: #3b6e9b;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #f3ab5e;
--color-3: #e1d77f;
--color-4: #6ebf8d;
--color-5: #3b6e9b;
}
CSS con gradiente di sfondo Retro Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #f3ab5e, #e1d77f, #6ebf8d, #3b6e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #f3ab5e, #e1d77f, #6ebf8d, #3b6e9b);
}
Tavolozze di colori simili
Retro Orange color palette created on .