Albino Cherokee Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Albino Cherokee palette
Albino Cherokee color palette PNG image
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);
}
Similar color palettes
Albino Cherokee color palette created on .