Nordic Sea Breeze Color Palette

Discover the beautiful Nordic Sea Breeze color palette featuring perano (#add1f0), mystic (#dce9ea), pigeon post (#abbfd8), hit gray (#9eb1b3) and french gray (#c6c4ca).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Gray, Light, Modern, Muted, Soft 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 Nordic Sea Breeze palette

Share this palette to:

💻 Nordic Sea Breeze color palette CSS

/* CSS */
.color-1 {
color: #add1f0;
}
.color-2 {
color: #dce9ea;
}
.color-3 {
color: #abbfd8;
}
.color-4 {
color: #9eb1b3;
}
.color-5 {
color: #c6c4ca;
}

/* CSS Variables */
:root {
--color-1: #add1f0;
--color-2: #dce9ea;
--color-3: #abbfd8;
--color-4: #9eb1b3;
--color-5: #c6c4ca;
}

🌈 Nordic Sea Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #add1f0, #dce9ea, #abbfd8, #9eb1b3, #c6c4ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #add1f0, #dce9ea, #abbfd8, #9eb1b3, #c6c4ca);
}

Nordic Sea Breeze color palette created on .