Paleta de colores Shades of Yellow and Orange
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow and Orange palette
CSS de la paleta de colores Shades of Yellow and Orange
/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #e13e33;
}
.color-4 {
color: #a63a72;
}
.color-5 {
color: #7c4d9d;
}
/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f47b1f;
--color-3: #e13e33;
--color-4: #a63a72;
--color-5: #7c4d9d;
}
CSS del degradado de fondo Shades of Yellow and Orange
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f47b1f, #e13e33, #a63a72, #7c4d9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f47b1f, #e13e33, #a63a72, #7c4d9d);
}
Paletas de colores similares
Shades of Yellow and Orange color palette created on .