Serene Sky Dreams Color Palette

Discover the beautiful Serene Sky Dreams color palette featuring black squeeze (#f3f9fb), link water (#e0ecf5), sail (#bee3f9), maize (#f6d0ac) and anakiwa (#95d9fe).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPastel, Minimalist, 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 Serene Sky Dreams palette

Share this palette to:

💻 Serene Sky Dreams color palette CSS

/* CSS */
.color-1 {
color: #f3f9fb;
}
.color-2 {
color: #e0ecf5;
}
.color-3 {
color: #bee3f9;
}
.color-4 {
color: #f6d0ac;
}
.color-5 {
color: #95d9fe;
}

/* CSS Variables */
:root {
--color-1: #f3f9fb;
--color-2: #e0ecf5;
--color-3: #bee3f9;
--color-4: #f6d0ac;
--color-5: #95d9fe;
}

🌈 Serene Sky Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f9fb, #e0ecf5, #bee3f9, #f6d0ac, #95d9fe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f9fb, #e0ecf5, #bee3f9, #f6d0ac, #95d9fe);
}

Serene Sky Dreams color palette created on .