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