Archeologist Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Archeologist Dream palette
Archeologist Dream color palette PNG image
Archeologist Dream color palette CSS
/* CSS */
.color-1 {
color: #b19d81;
}
.color-2 {
color: #e1c6a8;
}
.color-3 {
color: #d6b16b;
}
.color-4 {
color: #a46e4c;
}
.color-5 {
color: #8c4c3b;
}
/* CSS Variables */
:root {
--color-1: #b19d81;
--color-2: #e1c6a8;
--color-3: #d6b16b;
--color-4: #a46e4c;
--color-5: #8c4c3b;
}
Archeologist Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b19d81, #e1c6a8, #d6b16b, #a46e4c, #8c4c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b19d81, #e1c6a8, #d6b16b, #a46e4c, #8c4c3b);
}
Similar color palettes
Archeologist Dream color palette created on .