Cozy Reindeer Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cozy Reindeer palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cozy Reindeer Color Palette (PNG)
Cozy Reindeer color palette CSS
/* CSS */
.color-1 {
color: #a0634b;
}
.color-2 {
color: #c08654;
}
.color-3 {
color: #cfb277;
}
.color-4 {
color: #e9ddc4;
}
.color-5 {
color: #cecec5;
}
/* CSS Variables */
:root {
--color-1: #a0634b;
--color-2: #c08654;
--color-3: #cfb277;
--color-4: #e9ddc4;
--color-5: #cecec5;
}
Cozy Reindeer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0634b, #c08654, #cfb277, #e9ddc4, #cecec5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0634b, #c08654, #cfb277, #e9ddc4, #cecec5);
}
Similar color palettes
Scroll down to explore 100+ Amber color palettes
Cozy Reindeer color palette created on .