Sky Bliss Color Palette

Discover the beautiful Sky Bliss color palette featuring blizzard blue (#b4e0f3), regent st blue (#a2d2e7), downy (#79c3d7), fountain blue (#4eb7a9) and elm (#1e8a71).

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 Sky Bliss palette

Share this palette to:

💻 Sky Bliss color palette CSS

/* CSS */
.color-1 {
color: #b4e0f3;
}
.color-2 {
color: #a2d2e7;
}
.color-3 {
color: #79c3d7;
}
.color-4 {
color: #4eb7a9;
}
.color-5 {
color: #1e8a71;
}

/* CSS Variables */
:root {
--color-1: #b4e0f3;
--color-2: #a2d2e7;
--color-3: #79c3d7;
--color-4: #4eb7a9;
--color-5: #1e8a71;
}

🌈 Sky Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4e0f3, #a2d2e7, #79c3d7, #4eb7a9, #1e8a71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4e0f3, #a2d2e7, #79c3d7, #4eb7a9, #1e8a71);
}

Sky Bliss color palette created on .