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