Sleepy Blue Color Palette
Discover the beautiful Sleepy Blue color palette featuring aqua island (#aee0d2), cream can (#f2b75a), deep blush (#e76e9b), scampi (#695b9a) and jaffa (#f48a3e).
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 Sleepy Blue palette
💻 Sleepy Blue color palette CSS
/* CSS */
.color-1 {
color: #aee0d2;
}
.color-2 {
color: #f2b75a;
}
.color-3 {
color: #e76e9b;
}
.color-4 {
color: #695b9a;
}
.color-5 {
color: #f48a3e;
}
/* CSS Variables */
:root {
--color-1: #aee0d2;
--color-2: #f2b75a;
--color-3: #e76e9b;
--color-4: #695b9a;
--color-5: #f48a3e;
} 🌈 Sleepy Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aee0d2, #f2b75a, #e76e9b, #695b9a, #f48a3e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aee0d2, #f2b75a, #e76e9b, #695b9a, #f48a3e);
} 🔗 Explore similar color palettes
Sleepy Blue color palette created on .