Berry Bewitching Brew Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Berry Bewitching Brew palette
Berry Bewitching Brew color palette CSS
/* CSS */
.color-1 {
color: #7c2d4e;
}
.color-2 {
color: #a85d8c;
}
.color-3 {
color: #d8a2c6;
}
.color-4 {
color: #f1c1d6;
}
.color-5 {
color: #f3e2f2;
}
/* CSS Variables */
:root {
--color-1: #7c2d4e;
--color-2: #a85d8c;
--color-3: #d8a2c6;
--color-4: #f1c1d6;
--color-5: #f3e2f2;
}
Berry Bewitching Brew background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c2d4e, #a85d8c, #d8a2c6, #f1c1d6, #f3e2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c2d4e, #a85d8c, #d8a2c6, #f1c1d6, #f3e2f2);
}
Similar color palettes
Berry Bewitching Brew color palette created on .