Celtic Warriors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celtic Warriors palette

Share this palette to:

Celtic Warriors color palette PNG image

Download celtic warriors color palette PNG image (landscape)
Download celtic warriors color palette PNG image (square)

Celtic Warriors color palette CSS

/* CSS */
.color-1 {
color: #ab5c3b;
}
.color-2 {
color: #b7c0a5;
}
.color-3 {
color: #5a7e2a;
}
.color-4 {
color: #4c8c2b;
}
.color-5 {
color: #2a3c2a;
}

/* CSS Variables */
:root {
--color-1: #ab5c3b;
--color-2: #b7c0a5;
--color-3: #5a7e2a;
--color-4: #4c8c2b;
--color-5: #2a3c2a;
}

Celtic Warriors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab5c3b, #b7c0a5, #5a7e2a, #4c8c2b, #2a3c2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab5c3b, #b7c0a5, #5a7e2a, #4c8c2b, #2a3c2a);
}

Celtic Warriors color palette created on .