Shades of Kumera Color Palette
Discover the beautiful Shades of Kumera color palette featuring paarl (#a45f2d), tussock (#c78c4d), porsche (#e6b55c), cream can (#f6d25a) and peach yellow (#f9e3ae).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Shades of Kumera palette
๐ป Shades of Kumera color palette CSS
/* CSS */
.color-1 {
color: #a45f2d;
}
.color-2 {
color: #c78c4d;
}
.color-3 {
color: #e6b55c;
}
.color-4 {
color: #f6d25a;
}
.color-5 {
color: #f9e3ae;
}
/* CSS Variables */
:root {
--color-1: #a45f2d;
--color-2: #c78c4d;
--color-3: #e6b55c;
--color-4: #f6d25a;
--color-5: #f9e3ae;
} ๐ Shades of Kumera background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45f2d, #c78c4d, #e6b55c, #f6d25a, #f9e3ae);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45f2d, #c78c4d, #e6b55c, #f6d25a, #f9e3ae);
} ๐ Explore similar color palettes
Shades of Kumera color palette created on .