Kuromi Inspired Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kuromi Inspired palette

Share this palette to:

Kuromi Inspired color palette CSS

/* CSS */
.color-1 {
color: #542c52;
}
.color-2 {
color: #814b77;
}
.color-3 {
color: #a5698f;
}
.color-4 {
color: #d392ba;
}
.color-5 {
color: #f1b6d3;
}

/* CSS Variables */
:root {
--color-1: #542c52;
--color-2: #814b77;
--color-3: #a5698f;
--color-4: #d392ba;
--color-5: #f1b6d3;
}

Kuromi Inspired background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #542c52, #814b77, #a5698f, #d392ba, #f1b6d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #542c52, #814b77, #a5698f, #d392ba, #f1b6d3);
}

Similar color palettes

Kuromi Inspired color palette created on .