Paleta de colores Warm Tones of Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Tones of Orange palette
CSS de la paleta de colores Warm Tones of Orange
/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f6d5a7;
}
.color-4 {
color: #a2e2d4;
}
.color-5 {
color: #6b9aeb;
}
/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f6b83c;
--color-3: #f6d5a7;
--color-4: #a2e2d4;
--color-5: #6b9aeb;
}
CSS del degradado de fondo Warm Tones of Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f6b83c, #f6d5a7, #a2e2d4, #6b9aeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f6b83c, #f6d5a7, #a2e2d4, #6b9aeb);
}
Paletas de colores similares
Warm Tones of Orange color palette created on .