Paleta de colores IKEA Inspired

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with IKEA Inspired palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores IKEA Inspired

Download ikea inspired color palette PNG image (landscape)
Download ikea inspired color palette PNG image (square)

CSS de la paleta de colores IKEA Inspired

/* CSS */
.color-1 {
color: #f6c228;
}
.color-2 {
color: #a8d05d;
}
.color-3 {
color: #4e8d7b;
}
.color-4 {
color: #3a9dbb;
}
.color-5 {
color: #e3795f;
}

/* CSS Variables */
:root {
--color-1: #f6c228;
--color-2: #a8d05d;
--color-3: #4e8d7b;
--color-4: #3a9dbb;
--color-5: #e3795f;
}

CSS del degradado de fondo IKEA Inspired

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c228, #a8d05d, #4e8d7b, #3a9dbb, #e3795f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c228, #a8d05d, #4e8d7b, #3a9dbb, #e3795f);
}

IKEA Inspired color palette created on .