IKEA Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with IKEA palette
IKEA color palette PNG image
IKEA color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #0074b3;
}
.color-3 {
color: #f68c23;
}
.color-4 {
color: #005a8a;
}
.color-5 {
color: #f5a300;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #0074b3;
--color-3: #f68c23;
--color-4: #005a8a;
--color-5: #f5a300;
}
IKEA background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #0074b3, #f68c23, #005a8a, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #0074b3, #f68c23, #005a8a, #f5a300);
}
Similar color palettes
IKEA color palette created on .