Kuromi Inspired Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kuromi Inspired palette

Share this palette to:

Download Kuromi Inspired Color Palette (PNG)

Download kuromi inspired color palette PNG image (landscape)
Download kuromi inspired color palette PNG image (square)

Kuromi Inspired color palette CSS

/* CSS */
.color-1 {
color: #bf4a8a;
}
.color-2 {
color: #a1599f;
}
.color-3 {
color: #7a5b9a;
}
.color-4 {
color: #5b698f;
}
.color-5 {
color: #3b8b9b;
}

/* CSS Variables */
:root {
--color-1: #bf4a8a;
--color-2: #a1599f;
--color-3: #7a5b9a;
--color-4: #5b698f;
--color-5: #3b8b9b;
}

Kuromi Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf4a8a, #a1599f, #7a5b9a, #5b698f, #3b8b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf4a8a, #a1599f, #7a5b9a, #5b698f, #3b8b9b);
}

Kuromi Inspired color palette created on .