Reindeer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Reindeer palette
Reindeer color palette PNG image
Reindeer color palette CSS
/* CSS */
.color-1 {
color: #993838;
}
.color-2 {
color: #b89a75;
}
.color-3 {
color: #e4c61b;
}
.color-4 {
color: #e4501b;
}
.color-5 {
color: #a43232;
}
/* CSS Variables */
:root {
--color-1: #993838;
--color-2: #b89a75;
--color-3: #e4c61b;
--color-4: #e4501b;
--color-5: #a43232;
}
Reindeer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #993838, #b89a75, #e4c61b, #e4501b, #a43232);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #993838, #b89a75, #e4c61b, #e4501b, #a43232);
}
Similar color palettes
Scroll down to explore 10+ Burgundy color palettes
Reindeer color palette created on .