Cozy Reindeer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cozy Reindeer palette

Share this palette to:

Download Cozy Reindeer Color Palette (PNG)

Download cozy reindeer color palette PNG image (landscape)
Download cozy reindeer color palette PNG image (square)

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);
}

Cozy Reindeer color palette created on .