Yellow Bebe Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Bebe palette
Yellow Bebe color palette CSS
/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f88e59;
}
.color-3 {
color: #f8c76d;
}
.color-4 {
color: #f8e6a0;
}
.color-5 {
color: #f3d3b4;
}
/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f88e59;
--color-3: #f8c76d;
--color-4: #f8e6a0;
--color-5: #f3d3b4;
}
Yellow Bebe background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f88e59, #f8c76d, #f8e6a0, #f3d3b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f88e59, #f8c76d, #f8e6a0, #f3d3b4);
}
Similar color palettes
Yellow Bebe color palette created on .