Roving Band of Priests Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Roving Band of Priests palette
Roving Band of Priests color palette PNG image
Roving Band of Priests color palette CSS
/* CSS */
.color-1 {
color: #f7f2d9;
}
.color-2 {
color: #d9c6a6;
}
.color-3 {
color: #a6897d;
}
.color-4 {
color: #694e49;
}
.color-5 {
color: #3e2e2e;
}
/* CSS Variables */
:root {
--color-1: #f7f2d9;
--color-2: #d9c6a6;
--color-3: #a6897d;
--color-4: #694e49;
--color-5: #3e2e2e;
}
Roving Band of Priests background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f2d9, #d9c6a6, #a6897d, #694e49, #3e2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f2d9, #d9c6a6, #a6897d, #694e49, #3e2e2e);
}
Similar color palettes
Roving Band of Priests color palette created on .