Sundrenched Acolytes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sundrenched Acolytes palette
Sundrenched Acolytes color palette CSS
/* CSS */
.color-1 {
color: #dac24e;
}
.color-2 {
color: #b68e3e;
}
.color-3 {
color: #7c5f31;
}
.color-4 {
color: #4d3b2d;
}
.color-5 {
color: #3b2d2b;
}
/* CSS Variables */
:root {
--color-1: #dac24e;
--color-2: #b68e3e;
--color-3: #7c5f31;
--color-4: #4d3b2d;
--color-5: #3b2d2b;
}
Sundrenched Acolytes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dac24e, #b68e3e, #7c5f31, #4d3b2d, #3b2d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dac24e, #b68e3e, #7c5f31, #4d3b2d, #3b2d2b);
}
Similar color palettes
Sundrenched Acolytes color palette created on .