SF and Fantasy Color Palette

Discover the beautiful SF and Fantasy color palette featuring blumine (#1f4e7a), horizon (#597e9b), polo blue (#87a7c5), ziggurat (#b7d0e1) and double colonial white (#f0e7b7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Cream, Cyan, Space, Teal 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 SF and Fantasy palette

Share this palette to:

💻 SF and Fantasy color palette CSS

/* CSS */
.color-1 {
color: #1f4e7a;
}
.color-2 {
color: #597e9b;
}
.color-3 {
color: #87a7c5;
}
.color-4 {
color: #b7d0e1;
}
.color-5 {
color: #f0e7b7;
}

/* CSS Variables */
:root {
--color-1: #1f4e7a;
--color-2: #597e9b;
--color-3: #87a7c5;
--color-4: #b7d0e1;
--color-5: #f0e7b7;
}

🌈 SF and Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f4e7a, #597e9b, #87a7c5, #b7d0e1, #f0e7b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f4e7a, #597e9b, #87a7c5, #b7d0e1, #f0e7b7);
}

SF and Fantasy color palette created on .