Sky Blue Serenity Color Palette
Discover the beautiful Sky Blue Serenity color palette featuring aquamarine blue (#76c4e0), sail (#a9e1f4), citrine white (#f6f9d7), dairy cream (#f9d3b8) and illusion (#f8a5b0).
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 Sky Blue Serenity palette
💻 Sky Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #76c4e0;
}
.color-2 {
color: #a9e1f4;
}
.color-3 {
color: #f6f9d7;
}
.color-4 {
color: #f9d3b8;
}
.color-5 {
color: #f8a5b0;
}
/* CSS Variables */
:root {
--color-1: #76c4e0;
--color-2: #a9e1f4;
--color-3: #f6f9d7;
--color-4: #f9d3b8;
--color-5: #f8a5b0;
} 🌈 Sky Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #76c4e0, #a9e1f4, #f6f9d7, #f9d3b8, #f8a5b0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #76c4e0, #a9e1f4, #f6f9d7, #f9d3b8, #f8a5b0);
} 🔗 Explore similar color palettes
Sky Blue Serenity color palette created on .