Whispers of Bianca Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Bianca palette
Whispers of Bianca color palette CSS
/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f4b69f;
}
.color-3 {
color: #e6b479;
}
.color-4 {
color: #d0c66c;
}
.color-5 {
color: #9fd6a8;
}
/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f4b69f;
--color-3: #e6b479;
--color-4: #d0c66c;
--color-5: #9fd6a8;
}
Whispers of Bianca background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f4b69f, #e6b479, #d0c66c, #9fd6a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f4b69f, #e6b479, #d0c66c, #9fd6a8);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Whispers of Bianca color palette created on .