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: #007c9e;
}
.color-2 {
color: #a4c7d0;
}
.color-3 {
color: #f5c32e;
}
.color-4 {
color: #d6a100;
}
.color-5 {
color: #c54b1b;
}
/* CSS Variables */
:root {
--color-1: #007c9e;
--color-2: #a4c7d0;
--color-3: #f5c32e;
--color-4: #d6a100;
--color-5: #c54b1b;
}
Ikea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007c9e, #a4c7d0, #f5c32e, #d6a100, #c54b1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007c9e, #a4c7d0, #f5c32e, #d6a100, #c54b1b);
}
Similar color palettes
Ikea color palette created on .