Albino Cherokee Color Palette

Discover the beautiful Albino Cherokee color palette featuring janna (#f4e4d7), rose fog (#e2b9b1), oriental pink (#c18d8b), matrix (#a65d59) and lotus (#7e3a3a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Beige, Red, Soft, Nature, Boho, Spring, Autumn, Vintage, Warm color palettes and combinations.

💡 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 Albino Cherokee palette

Share this palette to:

💻 Albino Cherokee color palette CSS

/* CSS */
.color-1 {
color: #f4e4d7;
}
.color-2 {
color: #e2b9b1;
}
.color-3 {
color: #c18d8b;
}
.color-4 {
color: #a65d59;
}
.color-5 {
color: #7e3a3a;
}

/* CSS Variables */
:root {
--color-1: #f4e4d7;
--color-2: #e2b9b1;
--color-3: #c18d8b;
--color-4: #a65d59;
--color-5: #7e3a3a;
}

🌈 Albino Cherokee background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e4d7, #e2b9b1, #c18d8b, #a65d59, #7e3a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e4d7, #e2b9b1, #c18d8b, #a65d59, #7e3a3a);
}

Albino Cherokee color palette created on .