Shades of Orange Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Orange palette
tavolozza dei colori Shades of Orange CSS
/* CSS */
.color-1 {
color: #ff5d38;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #80e0d8;
}
.color-5 {
color: #3e5b89;
}
/* CSS Variables */
:root {
--color-1: #ff5d38;
--color-2: #ff8e3d;
--color-3: #ffd54d;
--color-4: #80e0d8;
--color-5: #3e5b89;
}
CSS con gradiente di sfondo Shades of Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5d38, #ff8e3d, #ffd54d, #80e0d8, #3e5b89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5d38, #ff8e3d, #ffd54d, #80e0d8, #3e5b89);
}
Tavolozze di colori simili
Shades of Orange color palette created on .