Paleta de colores Funny Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Funny Yellow palette
CSS de la paleta de colores Funny Yellow
/* CSS */
.color-1 {
color: #f3ca4f;
}
.color-2 {
color: #ea5b3e;
}
.color-3 {
color: #489bdb;
}
.color-4 {
color: #a56acd;
}
.color-5 {
color: #f88282;
}
/* CSS Variables */
:root {
--color-1: #f3ca4f;
--color-2: #ea5b3e;
--color-3: #489bdb;
--color-4: #a56acd;
--color-5: #f88282;
}
CSS del degradado de fondo Funny Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ca4f, #ea5b3e, #489bdb, #a56acd, #f88282);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ca4f, #ea5b3e, #489bdb, #a56acd, #f88282);
}
Paletas de colores similares
Funny Yellow color palette created on .