Beauty Bush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beauty Bush palette
Beauty Bush color palette PNG image
Beauty Bush color palette CSS
/* CSS */
.color-1 {
color: #f6d5d0;
}
.color-2 {
color: #f8bfaf;
}
.color-3 {
color: #fba98e;
}
.color-4 {
color: #f8a76d;
}
.color-5 {
color: #f7c96e;
}
/* CSS Variables */
:root {
--color-1: #f6d5d0;
--color-2: #f8bfaf;
--color-3: #fba98e;
--color-4: #f8a76d;
--color-5: #f7c96e;
}
Beauty Bush background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5d0, #f8bfaf, #fba98e, #f8a76d, #f7c96e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5d0, #f8bfaf, #fba98e, #f8a76d, #f7c96e);
}
Similar color palettes
Beauty Bush color palette created on .