Endkindled Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Endkindled palette

Share this palette to:

Endkindled color palette PNG image

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

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);
}

Endkindled color palette created on .