Paleta de colores Intense Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Intense Orange palette
CSS de la paleta de colores Intense Orange
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9e3d;
}
.color-3 {
color: #ffd65c;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #fefbe1;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9e3d;
--color-3: #ffd65c;
--color-4: #ffeb8a;
--color-5: #fefbe1;
}
CSS del degradado de fondo Intense Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9e3d, #ffd65c, #ffeb8a, #fefbe1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9e3d, #ffd65c, #ffeb8a, #fefbe1);
}
Paletas de colores similares
Intense Orange color palette created on .