Warm Fia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Fia palette

Share this palette to:

Warm Fia color palette CSS

/* CSS */
.color-1 {
color: #6667c2;
}
.color-2 {
color: #584d93;
}
.color-3 {
color: #473f55;
}
.color-4 {
color: #487556;
}
.color-5 {
color: #512ed1;
}

/* CSS Variables */
:root {
--color-1: #6667c2;
--color-2: #584d93;
--color-3: #473f55;
--color-4: #487556;
--color-5: #512ed1;
}

Warm Fia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6667c2, #584d93, #473f55, #487556, #512ed1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6667c2, #584d93, #473f55, #487556, #512ed1);
}

Warm Fia color palette created on .