Toxic Yaoi Color Palette

Discover the beautiful Toxic Yaoi color palette featuring calypso (#3b6e9b), fountain blue (#5f9cbf), regent st blue (#a1d6e8), mandys pink (#f0c19e) and roman (#d8544f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coral, Cyan, Pink, Red, Soft, Spring, Tropical 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 Toxic Yaoi palette

Share this palette to:

💻 Toxic Yaoi color palette CSS

/* CSS */
.color-1 {
color: #3b6e9b;
}
.color-2 {
color: #5f9cbf;
}
.color-3 {
color: #a1d6e8;
}
.color-4 {
color: #f0c19e;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #3b6e9b;
--color-2: #5f9cbf;
--color-3: #a1d6e8;
--color-4: #f0c19e;
--color-5: #d8544f;
}

🌈 Toxic Yaoi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6e9b, #5f9cbf, #a1d6e8, #f0c19e, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6e9b, #5f9cbf, #a1d6e8, #f0c19e, #d8544f);
}

Toxic Yaoi color palette created on .