Pink School Girl Color Palette

Discover the beautiful Pink School Girl color palette featuring chantilly (#f9c8d2), illusion (#f5a3be), froly (#f58a98), cranberry (#e05c8a) and mulberry (#c94a79).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Aesthetic, Feminine, Fun 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 School Girl palette

Share this palette to:

💻 Pink School Girl color palette CSS

/* CSS */
.color-1 {
color: #f9c8d2;
}
.color-2 {
color: #f5a3be;
}
.color-3 {
color: #f58a98;
}
.color-4 {
color: #e05c8a;
}
.color-5 {
color: #c94a79;
}

/* CSS Variables */
:root {
--color-1: #f9c8d2;
--color-2: #f5a3be;
--color-3: #f58a98;
--color-4: #e05c8a;
--color-5: #c94a79;
}

🌈 Pink School Girl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8d2, #f5a3be, #f58a98, #e05c8a, #c94a79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8d2, #f5a3be, #f58a98, #e05c8a, #c94a79);
}

Pink School Girl color palette created on .