Whispers of Biloba Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Biloba palette
Whispers of Biloba color palette CSS
/* CSS */
.color-1 {
color: #b29fe9;
}
.color-2 {
color: #d2bfe8;
}
.color-3 {
color: #f2d4e3;
}
.color-4 {
color: #fbcfb7;
}
.color-5 {
color: #fbcf8e;
}
/* CSS Variables */
:root {
--color-1: #b29fe9;
--color-2: #d2bfe8;
--color-3: #f2d4e3;
--color-4: #fbcfb7;
--color-5: #fbcf8e;
}
Whispers of Biloba background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b29fe9, #d2bfe8, #f2d4e3, #fbcfb7, #fbcf8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b29fe9, #d2bfe8, #f2d4e3, #fbcfb7, #fbcf8e);
}
Similar color palettes
Whispers of Biloba color palette created on .