Briar Rose Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Briar Rose palette
Briar Rose color palette CSS
/* CSS */
.color-1 {
color: #9b5f50;
}
.color-2 {
color: #c2896b;
}
.color-3 {
color: #e6b57a;
}
.color-4 {
color: #fbd3a2;
}
.color-5 {
color: #f6d4c6;
}
/* CSS Variables */
:root {
--color-1: #9b5f50;
--color-2: #c2896b;
--color-3: #e6b57a;
--color-4: #fbd3a2;
--color-5: #f6d4c6;
}
Briar Rose background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b5f50, #c2896b, #e6b57a, #fbd3a2, #f6d4c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b5f50, #c2896b, #e6b57a, #fbd3a2, #f6d4c6);
}
Similar color palettes
Scroll down to explore 300+ Autumn color palettes
Briar Rose color palette created on .