Mary Bianca Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mary Bianca palette
Mary Bianca color palette PNG image
Mary Bianca color palette CSS
/* CSS */
.color-1 {
color: #f1d0bb;
}
.color-2 {
color: #edab9c;
}
.color-3 {
color: #e38a7d;
}
.color-4 {
color: #d9686c;
}
.color-5 {
color: #c3464c;
}
/* CSS Variables */
:root {
--color-1: #f1d0bb;
--color-2: #edab9c;
--color-3: #e38a7d;
--color-4: #d9686c;
--color-5: #c3464c;
}
Mary Bianca background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d0bb, #edab9c, #e38a7d, #d9686c, #c3464c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d0bb, #edab9c, #e38a7d, #d9686c, #c3464c);
}
Similar color palettes
Mary Bianca color palette created on .