Orange Koneko Color Palette
Discover the beautiful Orange Koneko color palette featuring casablanca (#f5b042), zest (#e77e23), tenn (#d15400), brown (#9e3f00) and studio (#8d43ad).
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 Orange Koneko palette
๐ป Orange Koneko color palette CSS
/* CSS */
.color-1 {
color: #f5b042;
}
.color-2 {
color: #e77e23;
}
.color-3 {
color: #d15400;
}
.color-4 {
color: #9e3f00;
}
.color-5 {
color: #8d43ad;
}
/* CSS Variables */
:root {
--color-1: #f5b042;
--color-2: #e77e23;
--color-3: #d15400;
--color-4: #9e3f00;
--color-5: #8d43ad;
} ๐ Orange Koneko background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b042, #e77e23, #d15400, #9e3f00, #8d43ad);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b042, #e77e23, #d15400, #9e3f00, #8d43ad);
} ๐ Explore similar color palettes
Orange Koneko color palette created on .