Облака Color Palette

Discover the beautiful Облака color palette featuring regent st blue (#a3c7e0), blizzard blue (#b5e4f2), coconut cream (#f6f7d9), corvette (#f8caa5) and wewak (#f1a8a2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Clouds, Cream, Light, Pastel, Spring, Summer, White 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 Облака palette

Share this palette to:

💻 Облака color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b5e4f2;
}
.color-3 {
color: #f6f7d9;
}
.color-4 {
color: #f8caa5;
}
.color-5 {
color: #f1a8a2;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b5e4f2;
--color-3: #f6f7d9;
--color-4: #f8caa5;
--color-5: #f1a8a2;
}

🌈 Облака background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b5e4f2, #f6f7d9, #f8caa5, #f1a8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b5e4f2, #f6f7d9, #f8caa5, #f1a8a2);
}

Облака color palette created on .