Fierce Feline Warriors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fierce Feline Warriors palette

Share this palette to:

Fierce Feline Warriors color palette CSS

/* CSS */
.color-1 {
color: #3e5b7e;
}
.color-2 {
color: #699ace;
}
.color-3 {
color: #a2d1e6;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #d13729;
}

/* CSS Variables */
:root {
--color-1: #3e5b7e;
--color-2: #699ace;
--color-3: #a2d1e6;
--color-4: #f5a524;
--color-5: #d13729;
}

Fierce Feline Warriors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e5b7e, #699ace, #a2d1e6, #f5a524, #d13729);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e5b7e, #699ace, #a2d1e6, #f5a524, #d13729);
}

Fierce Feline Warriors color palette created on .