Arthur's Realm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Arthur's Realm palette
Color Inspiration
Images that showcase this color palette in real designs
Download Arthur's Realm Color Palette (PNG)
Arthur's Realm color palette CSS
/* CSS */
.color-1 {
color: #4c3e29;
}
.color-2 {
color: #b39b6b;
}
.color-3 {
color: #d8cca2;
}
.color-4 {
color: #e6b27a;
}
.color-5 {
color: #b8504c;
}
/* CSS Variables */
:root {
--color-1: #4c3e29;
--color-2: #b39b6b;
--color-3: #d8cca2;
--color-4: #e6b27a;
--color-5: #b8504c;
}
Arthur's Realm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e29, #b39b6b, #d8cca2, #e6b27a, #b8504c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e29, #b39b6b, #d8cca2, #e6b27a, #b8504c);
}
Similar color palettes
Arthur's Realm color palette created on .