Cozy Reindeer Color Palette
Discover the beautiful Cozy Reindeer color palette featuring cape palliser (#a0634b), twine (#bf8654), laser (#cfb177), stark white (#e8dcc3) and celeste (#cfcfc6).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Cozy Reindeer palette
๐ป Cozy Reindeer color palette CSS
/* CSS */
.color-1 {
color: #a0634b;
}
.color-2 {
color: #bf8654;
}
.color-3 {
color: #cfb177;
}
.color-4 {
color: #e8dcc3;
}
.color-5 {
color: #cfcfc6;
}
/* CSS Variables */
:root {
--color-1: #a0634b;
--color-2: #bf8654;
--color-3: #cfb177;
--color-4: #e8dcc3;
--color-5: #cfcfc6;
} ๐ Cozy Reindeer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0634b, #bf8654, #cfb177, #e8dcc3, #cfcfc6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0634b, #bf8654, #cfb177, #e8dcc3, #cfcfc6);
} ๐ Explore similar color palettes
Cozy Reindeer color palette created on .