Endkindled Color Palette
Discover the beautiful Endkindled color palette featuring tuscany (#b45a2d), tacao (#e7aa7e), new orleans (#f4d8a4), saffron (#f2b62c) and valencia (#d44a3a).
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 Endkindled palette
๐ป Endkindled color palette CSS
/* CSS */
.color-1 {
color: #b45a2d;
}
.color-2 {
color: #e7aa7e;
}
.color-3 {
color: #f4d8a4;
}
.color-4 {
color: #f2b62c;
}
.color-5 {
color: #d44a3a;
}
/* CSS Variables */
:root {
--color-1: #b45a2d;
--color-2: #e7aa7e;
--color-3: #f4d8a4;
--color-4: #f2b62c;
--color-5: #d44a3a;
} ๐ Endkindled background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b45a2d, #e7aa7e, #f4d8a4, #f2b62c, #d44a3a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b45a2d, #e7aa7e, #f4d8a4, #f2b62c, #d44a3a);
} ๐ Explore similar color palettes
Endkindled color palette created on .