Cloudy Color Palette
Discover the beautiful Cloudy color palette featuring onahau (#cce2ff), pattens blue (#d8f0ff), pippin (#ffe5e4), pippin (#ffdddb) and pastel pink (#ffd0df).
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 Cloudy palette
💻 Cloudy color palette CSS
/* CSS */
.color-1 {
color: #cce2ff;
}
.color-2 {
color: #d8f0ff;
}
.color-3 {
color: #ffe5e4;
}
.color-4 {
color: #ffdddb;
}
.color-5 {
color: #ffd0df;
}
/* CSS Variables */
:root {
--color-1: #cce2ff;
--color-2: #d8f0ff;
--color-3: #ffe5e4;
--color-4: #ffdddb;
--color-5: #ffd0df;
} 🌈 Cloudy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cce2ff, #d8f0ff, #ffe5e4, #ffdddb, #ffd0df);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cce2ff, #d8f0ff, #ffe5e4, #ffdddb, #ffd0df);
} 🔗 Explore similar color palettes
Cloudy color palette created on .