Calm Waters Color Palette

Discover the beautiful Calm Waters color palette featuring french pass (#cef1fd), foam (#d3fdf6), rice flower (#edfee2), half dutch white (#fef6dc) and pippin (#ffe7dc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Cream, Light, Pastel, Pink, 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: #cef1fd;
}
.color-2 {
color: #d3fdf6;
}
.color-3 {
color: #edfee2;
}
.color-4 {
color: #fef6dc;
}
.color-5 {
color: #ffe7dc;
}

/* CSS Variables */
:root {
--color-1: #cef1fd;
--color-2: #d3fdf6;
--color-3: #edfee2;
--color-4: #fef6dc;
--color-5: #ffe7dc;
}

🌈 Calm Waters background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cef1fd, #d3fdf6, #edfee2, #fef6dc, #ffe7dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cef1fd, #d3fdf6, #edfee2, #fef6dc, #ffe7dc);
}

Calm Waters color palette created on .