Paleta de colores Burnt Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Burnt Orange palette
CSS de la paleta de colores Burnt Orange
/* CSS */
.color-1 {
color: #c65c39;
}
.color-2 {
color: #d89b46;
}
.color-3 {
color: #e1b95b;
}
.color-4 {
color: #efce6c;
}
.color-5 {
color: #f5d27a;
}
/* CSS Variables */
:root {
--color-1: #c65c39;
--color-2: #d89b46;
--color-3: #e1b95b;
--color-4: #efce6c;
--color-5: #f5d27a;
}
CSS del degradado de fondo Burnt Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65c39, #d89b46, #e1b95b, #efce6c, #f5d27a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65c39, #d89b46, #e1b95b, #efce6c, #f5d27a);
}
Paletas de colores similares
- Ochre's Cheerful Charm
- Brown Shades
- Golden Echoes of Ancient Civilizations
- Autumn Gold
- Opulent Ember
- Autumn Ember Glow
- Autumn's Golden Ember
- Autumn Ember
- Orange Pumpkin
- Orange Forest
- Shades of Brown
- Spiced Caramel Delight
- Autumn Ember Glow
- Orange Sacred
- Orange Booknook
- Rusty Brown
- Autumn Reflections
- Orange Halloween
Burnt Orange color palette created on .