Kimikuro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kimikuro palette

Share this palette to:

Kimikuro color palette PNG image

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

Kimikuro color palette CSS

/* CSS */
.color-1 {
color: #0a071d;
}
.color-2 {
color: #1e1547;
}
.color-3 {
color: #2a1b50;
}
.color-4 {
color: #422970;
}
.color-5 {
color: #793979;
}

/* CSS Variables */
:root {
--color-1: #0a071d;
--color-2: #1e1547;
--color-3: #2a1b50;
--color-4: #422970;
--color-5: #793979;
}

Kimikuro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0a071d, #1e1547, #2a1b50, #422970, #793979);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0a071d, #1e1547, #2a1b50, #422970, #793979);
}

Kimikuro color palette created on .