Furry Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Furry palette

Share this palette to:

Download Furry Color Palette (PNG)

Download furry color palette PNG image (landscape)
Download furry color palette PNG image (square)

Furry color palette CSS

/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ff6bb5;
}
.color-3 {
color: #ff1492;
}
.color-4 {
color: #db7094;
}
.color-5 {
color: #c61585;
}

/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ff6bb5;
--color-3: #ff1492;
--color-4: #db7094;
--color-5: #c61585;
}

Furry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #ff6bb5, #ff1492, #db7094, #c61585);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #ff6bb5, #ff1492, #db7094, #c61585);
}

Furry color palette created on .