Rui Kamishiro Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rui Kamishiro palette

Share this palette to:

Download Rui Kamishiro Color Palette (PNG)

Download rui kamishiro color palette PNG image (landscape)
Download rui kamishiro color palette PNG image (square)

Rui Kamishiro color palette CSS

/* CSS */
.color-1 {
color: #b76c9b;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f4d171;
}
.color-4 {
color: #69bf79;
}
.color-5 {
color: #3c7b96;
}

/* CSS Variables */
:root {
--color-1: #b76c9b;
--color-2: #f1a8a2;
--color-3: #f4d171;
--color-4: #69bf79;
--color-5: #3c7b96;
}

Rui Kamishiro background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b76c9b, #f1a8a2, #f4d171, #69bf79, #3c7b96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b76c9b, #f1a8a2, #f4d171, #69bf79, #3c7b96);
}

Rui Kamishiro color palette created on .