Leo Blackthorne Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Leo Blackthorne palette

Share this palette to:

Leo Blackthorne color palette CSS

/* CSS */
.color-1 {
color: #2b292e;
}
.color-2 {
color: #6a5d7e;
}
.color-3 {
color: #9b7f9f;
}
.color-4 {
color: #e4caaa;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #2b292e;
--color-2: #6a5d7e;
--color-3: #9b7f9f;
--color-4: #e4caaa;
--color-5: #f0a400;
}

Leo Blackthorne background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b292e, #6a5d7e, #9b7f9f, #e4caaa, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b292e, #6a5d7e, #9b7f9f, #e4caaa, #f0a400);
}

Leo Blackthorne color palette created on .