Reindeer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Reindeer palette

Share this palette to:

Download Reindeer Color Palette (PNG)

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

Reindeer color palette CSS

/* CSS */
.color-1 {
color: #b3574d;
}
.color-2 {
color: #d19a89;
}
.color-3 {
color: #e8c7b5;
}
.color-4 {
color: #fad3a3;
}
.color-5 {
color: #f7e1b6;
}

/* CSS Variables */
:root {
--color-1: #b3574d;
--color-2: #d19a89;
--color-3: #e8c7b5;
--color-4: #fad3a3;
--color-5: #f7e1b6;
}

Reindeer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3574d, #d19a89, #e8c7b5, #fad3a3, #f7e1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3574d, #d19a89, #e8c7b5, #fad3a3, #f7e1b6);
}

Reindeer color palette created on .