Swan Knight Color Palette

Discover the beautiful Swan Knight color palette featuring bone (#e9d1c4), cameo (#d7b6a3), dusty gray (#a68c91), cannon pink (#7a4d74) and voodoo (#4c2b4f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beige, Deep, Earthy, Elegant, Light, Muted, Warm 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 Swan Knight palette

Share this palette to:

💻 Swan Knight color palette CSS

/* CSS */
.color-1 {
color: #e9d1c4;
}
.color-2 {
color: #d7b6a3;
}
.color-3 {
color: #a68c91;
}
.color-4 {
color: #7a4d74;
}
.color-5 {
color: #4c2b4f;
}

/* CSS Variables */
:root {
--color-1: #e9d1c4;
--color-2: #d7b6a3;
--color-3: #a68c91;
--color-4: #7a4d74;
--color-5: #4c2b4f;
}

🌈 Swan Knight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d1c4, #d7b6a3, #a68c91, #7a4d74, #4c2b4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d1c4, #d7b6a3, #a68c91, #7a4d74, #4c2b4f);
}

Swan Knight color palette created on .