Serene Sky Whisper Color Palette

Discover the beautiful Serene Sky Whisper color palette featuring white (#ffffff), ebb (#e5e2e1), loblolly (#c6d2d7), regent st blue (#a3c7e0) and danube (#6d9fd5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCool, Light, Bright, Aesthetic, Blue 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 Whisper palette

Share this palette to:

๐Ÿ’ป Serene Sky Whisper color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e5e2e1;
}
.color-3 {
color: #c6d2d7;
}
.color-4 {
color: #a3c7e0;
}
.color-5 {
color: #6d9fd5;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e5e2e1;
--color-3: #c6d2d7;
--color-4: #a3c7e0;
--color-5: #6d9fd5;
}

๐ŸŒˆ Serene Sky Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e5e2e1, #c6d2d7, #a3c7e0, #6d9fd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e5e2e1, #c6d2d7, #a3c7e0, #6d9fd5);
}

Serene Sky Whisper color palette created on .