Sapphire Dreams Color Palette

Discover the beautiful Sapphire Dreams color palette featuring sapphire (#2f509d), san marino (#4a75b5), danube (#77a1d4), regent st blue (#a4c7e0) and link water (#d1e3f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Light, Ocean, Sapphire, Summer, 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 Sapphire Dreams palette

Share this palette to:

💻 Sapphire Dreams color palette CSS

/* CSS */
.color-1 {
color: #2f509d;
}
.color-2 {
color: #4a75b5;
}
.color-3 {
color: #77a1d4;
}
.color-4 {
color: #a4c7e0;
}
.color-5 {
color: #d1e3f0;
}

/* CSS Variables */
:root {
--color-1: #2f509d;
--color-2: #4a75b5;
--color-3: #77a1d4;
--color-4: #a4c7e0;
--color-5: #d1e3f0;
}

🌈 Sapphire Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f509d, #4a75b5, #77a1d4, #a4c7e0, #d1e3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f509d, #4a75b5, #77a1d4, #a4c7e0, #d1e3f0);
}

Sapphire Dreams color palette created on .