Paleta de colores Shades of Yellow Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow Red palette
CSS de la paleta de colores Shades of Yellow Red
/* CSS */
.color-1 {
color: #f5d547;
}
.color-2 {
color: #8a4b8b;
}
.color-3 {
color: #d57a34;
}
.color-4 {
color: #4b9b8f;
}
.color-5 {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--color-1: #f5d547;
--color-2: #8a4b8b;
--color-3: #d57a34;
--color-4: #4b9b8f;
--color-5: #ff5c5c;
}
CSS del degradado de fondo Shades of Yellow Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d547, #8a4b8b, #d57a34, #4b9b8f, #ff5c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d547, #8a4b8b, #d57a34, #4b9b8f, #ff5c5c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 900+ paletas de colores Estético
Shades of Yellow Red color palette created on .