Yandere Color Palette

Discover the beautiful Yandere color palette featuring apricot peach (#fbd3c1), rose bud (#f9a19f), froly (#ef6b7b), chestnut rose (#c94a6e) and camelot (#7b2d4c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Feminine, Pink, Red, Soft, Vibrant 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 Yandere palette

Share this palette to:

💻 Yandere color palette CSS

/* CSS */
.color-1 {
color: #fbd3c1;
}
.color-2 {
color: #f9a19f;
}
.color-3 {
color: #ef6b7b;
}
.color-4 {
color: #c94a6e;
}
.color-5 {
color: #7b2d4c;
}

/* CSS Variables */
:root {
--color-1: #fbd3c1;
--color-2: #f9a19f;
--color-3: #ef6b7b;
--color-4: #c94a6e;
--color-5: #7b2d4c;
}

🌈 Yandere background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd3c1, #f9a19f, #ef6b7b, #c94a6e, #7b2d4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd3c1, #f9a19f, #ef6b7b, #c94a6e, #7b2d4c);
}

Yandere color palette created on .