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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Serene Sky Whisper color palette created on .