Nordic Breeze Color Palette

Discover the beautiful Nordic Breeze color palette featuring regent st blue (#a2c2e2), spindle (#b7d4e6), link water (#dfeff6), jet stream (#c0d8d3) and bay leaf (#79af8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Teal, Green, Cold, Scandinavian 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 Breeze palette

Share this palette to:

💻 Nordic Breeze color palette CSS

/* CSS */
.color-1 {
color: #a2c2e2;
}
.color-2 {
color: #b7d4e6;
}
.color-3 {
color: #dfeff6;
}
.color-4 {
color: #c0d8d3;
}
.color-5 {
color: #79af8d;
}

/* CSS Variables */
:root {
--color-1: #a2c2e2;
--color-2: #b7d4e6;
--color-3: #dfeff6;
--color-4: #c0d8d3;
--color-5: #79af8d;
}

🌈 Nordic Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e2, #b7d4e6, #dfeff6, #c0d8d3, #79af8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e2, #b7d4e6, #dfeff6, #c0d8d3, #79af8d);
}

Nordic Breeze color palette created on .