Brown and Pink Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Brown and Pink Harmony palette
Download Brown and Pink Harmony Color Palette (PNG)
Brown and Pink Harmony color palette CSS
/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #d09a9a;
}
.color-3 {
color: #f2c5d5;
}
.color-4 {
color: #f5d5c2;
}
.color-5 {
color: #ebad9e;
}
/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #d09a9a;
--color-3: #f2c5d5;
--color-4: #f5d5c2;
--color-5: #ebad9e;
}
Brown and Pink Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #d09a9a, #f2c5d5, #f5d5c2, #ebad9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #d09a9a, #f2c5d5, #f5d5c2, #ebad9e);
}
Similar color palettes
Brown and Pink Harmony color palette created on .