Light Brown Ferret Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Brown Ferret palette

Share this palette to:

Light Brown Ferret color palette CSS

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #e6c08e;
}
.color-3 {
color: #f3d7a0;
}
.color-4 {
color: #f9ccb9;
}
.color-5 {
color: #d29b6a;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #e6c08e;
--color-3: #f3d7a0;
--color-4: #f9ccb9;
--color-5: #d29b6a;
}

Light Brown Ferret background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #e6c08e, #f3d7a0, #f9ccb9, #d29b6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #e6c08e, #f3d7a0, #f9ccb9, #d29b6a);
}

Light Brown Ferret color palette created on .