Warm Ishii Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Ishii palette

Share this palette to:

Warm Ishii color palette CSS

/* CSS */
.color-1 {
color: #f0b6a8;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #e6af2d;
}
.color-4 {
color: #3d708f;
}
.color-5 {
color: #3b2b30;
}

/* CSS Variables */
:root {
--color-1: #f0b6a8;
--color-2: #f4d35d;
--color-3: #e6af2d;
--color-4: #3d708f;
--color-5: #3b2b30;
}

Warm Ishii background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6a8, #f4d35d, #e6af2d, #3d708f, #3b2b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6a8, #f4d35d, #e6af2d, #3d708f, #3b2b30);
}

Warm Ishii color palette created on .