Pink Fox Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Fox palette

Share this palette to:

Pink Fox color palette CSS

/* CSS */
.color-1 {
color: #f9c8d7;
}
.color-2 {
color: #f1a7c6;
}
.color-3 {
color: #f88b9c;
}
.color-4 {
color: #ee6d7c;
}
.color-5 {
color: #e75058;
}

/* CSS Variables */
:root {
--color-1: #f9c8d7;
--color-2: #f1a7c6;
--color-3: #f88b9c;
--color-4: #ee6d7c;
--color-5: #e75058;
}

Pink Fox background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d7, #f1a7c6, #f88b9c, #ee6d7c, #e75058);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d7, #f1a7c6, #f88b9c, #ee6d7c, #e75058);
}

Pink Fox color palette created on .