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