Kirino Ranmaru Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kirino Ranmaru palette

Share this palette to:

Kirino Ranmaru color palette PNG image

Download kirino ranmaru color palette PNG image (landscape)
Download kirino ranmaru color palette PNG image (square)

Kirino Ranmaru color palette CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d48cc8;
}
.color-3 {
color: #a77ccb;
}
.color-4 {
color: #7b5ddf;
}
.color-5 {
color: #498ada;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d48cc8;
--color-3: #a77ccb;
--color-4: #7b5ddf;
--color-5: #498ada;
}

Kirino Ranmaru background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d48cc8, #a77ccb, #7b5ddf, #498ada);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d48cc8, #a77ccb, #7b5ddf, #498ada);
}

Kirino Ranmaru color palette created on .