Briar Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Briar palette
Briar color palette PNG image
Briar color palette CSS
/* CSS */
.color-1 {
color: #d26a6f;
}
.color-2 {
color: #b1534e;
}
.color-3 {
color: #8c3b3b;
}
.color-4 {
color: #5c2323;
}
.color-5 {
color: #3c1616;
}
/* CSS Variables */
:root {
--color-1: #d26a6f;
--color-2: #b1534e;
--color-3: #8c3b3b;
--color-4: #5c2323;
--color-5: #3c1616;
}
Briar background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d26a6f, #b1534e, #8c3b3b, #5c2323, #3c1616);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d26a6f, #b1534e, #8c3b3b, #5c2323, #3c1616);
}
Similar color palettes
Scroll down to explore 1000+ colors.briar color palettes
Briar color palette created on .