Blanco Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blanco palette

Share this palette to:

Blanco color palette PNG image

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

Blanco color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0e78e;
}
.color-3 {
color: #f7c7ab;
}
.color-4 {
color: #c4b6e2;
}
.color-5 {
color: #a2d5e6;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0e78e;
--color-3: #f7c7ab;
--color-4: #c4b6e2;
--color-5: #a2d5e6;
}

Blanco background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0e78e, #f7c7ab, #c4b6e2, #a2d5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0e78e, #f7c7ab, #c4b6e2, #a2d5e6);
}

Blanco color palette created on .