Blue San Marino Color Palette

Discover the beautiful Blue San Marino color palette featuring san marino (#3b6b9b), steel blue (#4a8cb5), fountain blue (#5ca1c1), downy (#71c2d1) and regent st blue (#a6dfe7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Coastal, Spring 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 Blue San Marino palette

Share this palette to:

💻 Blue San Marino color palette CSS

/* CSS */
.color-1 {
color: #3b6b9b;
}
.color-2 {
color: #4a8cb5;
}
.color-3 {
color: #5ca1c1;
}
.color-4 {
color: #71c2d1;
}
.color-5 {
color: #a6dfe7;
}

/* CSS Variables */
:root {
--color-1: #3b6b9b;
--color-2: #4a8cb5;
--color-3: #5ca1c1;
--color-4: #71c2d1;
--color-5: #a6dfe7;
}

🌈 Blue San Marino background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6b9b, #4a8cb5, #5ca1c1, #71c2d1, #a6dfe7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6b9b, #4a8cb5, #5ca1c1, #71c2d1, #a6dfe7);
}

Blue San Marino color palette created on .