Calm Waters Color Palette

Discover the beautiful Calm Waters color palette featuring onahau (#ccf2ff), frosted mint (#d1fff7), rice flower (#edffe0), varden (#fff7db) and karry (#ffe7db).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Cream, Cyan, Light, Peach, Soft, Summer 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 Calm Waters palette

Share this palette to:

💻 Calm Waters color palette CSS

/* CSS */
.color-1 {
color: #ccf2ff;
}
.color-2 {
color: #d1fff7;
}
.color-3 {
color: #edffe0;
}
.color-4 {
color: #fff7db;
}
.color-5 {
color: #ffe7db;
}

/* CSS Variables */
:root {
--color-1: #ccf2ff;
--color-2: #d1fff7;
--color-3: #edffe0;
--color-4: #fff7db;
--color-5: #ffe7db;
}

🌈 Calm Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ccf2ff, #d1fff7, #edffe0, #fff7db, #ffe7db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ccf2ff, #d1fff7, #edffe0, #fff7db, #ffe7db);
}

Calm Waters color palette created on .