Bini Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bini palette

Share this palette to:

Download Bini Color Palette (PNG)

Download bini color palette PNG image (landscape)
Download bini color palette PNG image (square)

Bini color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ffcc85;
}
.color-4 {
color: #ffe3a3;
}
.color-5 {
color: #ffebcc;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f80;
--color-3: #ffcc85;
--color-4: #ffe3a3;
--color-5: #ffebcc;
}

Bini background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f80, #ffcc85, #ffe3a3, #ffebcc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f80, #ffcc85, #ffe3a3, #ffebcc);
}

Bini color palette created on .