Blanco Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blanco palette
Blanco color palette PNG image
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);
}
Similar color palettes
Blanco color palette created on .