Kagemori Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kagemori palette

Share this palette to:

Kagemori color palette PNG image

Download kagemori color palette PNG image (landscape)
Download kagemori color palette PNG image (square)

Kagemori color palette CSS

/* CSS */
.color-1 {
color: #2e292b;
}
.color-2 {
color: #4d3d40;
}
.color-3 {
color: #7f6c72;
}
.color-4 {
color: #c7b4a3;
}
.color-5 {
color: #e0d2c7;
}

/* CSS Variables */
:root {
--color-1: #2e292b;
--color-2: #4d3d40;
--color-3: #7f6c72;
--color-4: #c7b4a3;
--color-5: #e0d2c7;
}

Kagemori background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e292b, #4d3d40, #7f6c72, #c7b4a3, #e0d2c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e292b, #4d3d40, #7f6c72, #c7b4a3, #e0d2c7);
}

Kagemori color palette created on .