IKEA Inspired Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with IKEA Inspired palette
IKEA Inspired color palette PNG image
IKEA Inspired color palette CSS
/* 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;
}
IKEA Inspired background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 300+ Yellow color palettes
IKEA Inspired color palette created on .