Paleta de colores Vibrant Yellow Red
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Yellow Red palette
CSS de la paleta de colores Vibrant Yellow Red
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #c07a2a;
}
.color-3 {
color: #9c3b30;
}
.color-4 {
color: #7d2b78;
}
.color-5 {
color: #5c2f92;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #c07a2a;
--color-3: #9c3b30;
--color-4: #7d2b78;
--color-5: #5c2f92;
}
CSS del degradado de fondo Vibrant Yellow Red
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #c07a2a, #9c3b30, #7d2b78, #5c2f92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #c07a2a, #9c3b30, #7d2b78, #5c2f92);
}
Paletas de colores similares
Vibrant Yellow Red color palette created on .