Soft Natural Cat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Natural Cat palette

Share this palette to:

Soft Natural Cat color palette PNG image

Download soft natural cat color palette PNG image (landscape)
Download soft natural cat color palette PNG image (square)

Soft Natural Cat color palette CSS

/* CSS */
.color-1 {
color: #e0d1ae;
}
.color-2 {
color: #d0b89a;
}
.color-3 {
color: #f2e1c4;
}
.color-4 {
color: #e5caa4;
}
.color-5 {
color: #b9a488;
}

/* CSS Variables */
:root {
--color-1: #e0d1ae;
--color-2: #d0b89a;
--color-3: #f2e1c4;
--color-4: #e5caa4;
--color-5: #b9a488;
}

Soft Natural Cat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0d1ae, #d0b89a, #f2e1c4, #e5caa4, #b9a488);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0d1ae, #d0b89a, #f2e1c4, #e5caa4, #b9a488);
}

Soft Natural Cat color palette created on .