Pink Faith Color Palette

Discover the beautiful Pink Faith color palette featuring azalea (#f5c2d4), selective yellow (#fab700), peach yellow (#f9e8a4), equator (#e3b46d) and charm (#d57b9b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pink, Soft, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Pink Faith palette

Share this palette to:

💻 Pink Faith color palette CSS

/* CSS */
.color-1 {
color: #f5c2d4;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f9e8a4;
}
.color-4 {
color: #e3b46d;
}
.color-5 {
color: #d57b9b;
}

/* CSS Variables */
:root {
--color-1: #f5c2d4;
--color-2: #fab700;
--color-3: #f9e8a4;
--color-4: #e3b46d;
--color-5: #d57b9b;
}

🌈 Pink Faith background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c2d4, #fab700, #f9e8a4, #e3b46d, #d57b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c2d4, #fab700, #f9e8a4, #e3b46d, #d57b9b);
}

Pink Faith color palette created on .