Kenai Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Kenai palette
Color Inspiration
Images that showcase this color palette in real designs
Download Kenai Color Palette (PNG)
Kenai color palette CSS
/* CSS */
.color-1 {
color: #412e25;
}
.color-2 {
color: #5e4831;
}
.color-3 {
color: #937058;
}
.color-4 {
color: #9e7a57;
}
.color-5 {
color: #85522e;
}
/* CSS Variables */
:root {
--color-1: #412e25;
--color-2: #5e4831;
--color-3: #937058;
--color-4: #9e7a57;
--color-5: #85522e;
}
Kenai background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #412e25, #5e4831, #937058, #9e7a57, #85522e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #412e25, #5e4831, #937058, #9e7a57, #85522e);
}
Similar color palettes
Kenai color palette created on .