Poetic Sappho Color Palette

Discover the beautiful Poetic Sappho color palette featuring glacier (#6b9bc2), regent st blue (#a3c9e0), pot pourri (#f4e8e1), manhattan (#f7c6a1) and flame pea (#e05a48).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Aqua, Bright, Coral, Peach, Red, Soft, Spring, Vibrant, Summer 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 Poetic Sappho palette

Share this palette to:

💻 Poetic Sappho color palette CSS

/* CSS */
.color-1 {
color: #6b9bc2;
}
.color-2 {
color: #a3c9e0;
}
.color-3 {
color: #f4e8e1;
}
.color-4 {
color: #f7c6a1;
}
.color-5 {
color: #e05a48;
}

/* CSS Variables */
:root {
--color-1: #6b9bc2;
--color-2: #a3c9e0;
--color-3: #f4e8e1;
--color-4: #f7c6a1;
--color-5: #e05a48;
}

🌈 Poetic Sappho background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9bc2, #a3c9e0, #f4e8e1, #f7c6a1, #e05a48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9bc2, #a3c9e0, #f4e8e1, #f7c6a1, #e05a48);
}

Poetic Sappho color palette created on .