Pusheen Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pusheen palette

Share this palette to:

Pusheen color palette PNG image

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

Pusheen color palette CSS

/* CSS */
.color-1 {
color: #f6a2b3;
}
.color-2 {
color: #f9c6a4;
}
.color-3 {
color: #f2d5b5;
}
.color-4 {
color: #e0e8a6;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #f6a2b3;
--color-2: #f9c6a4;
--color-3: #f2d5b5;
--color-4: #e0e8a6;
--color-5: #a8d3e1;
}

Pusheen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b3, #f9c6a4, #f2d5b5, #e0e8a6, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b3, #f9c6a4, #f2d5b5, #e0e8a6, #a8d3e1);
}

Pusheen color palette created on .