Paleta de colores Funny

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Funny palette

Compartir esta paleta en:

Descargar la paleta de colores Funny (PNG)

Download funny color palette PNG image (landscape)
Download funny color palette PNG image (square)

CSS de la paleta de colores Funny

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8c391;
}
.color-3 {
color: #ff9ef2;
}
.color-4 {
color: #fdcc81;
}
.color-5 {
color: #eab543;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8c391;
--color-3: #ff9ef2;
--color-4: #fdcc81;
--color-5: #eab543;
}

CSS del degradado de fondo Funny

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8c391, #ff9ef2, #fdcc81, #eab543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8c391, #ff9ef2, #fdcc81, #eab543);
}

Funny color palette created on .