Rivulet Color Palette

Discover the beautiful Rivulet color palette featuring morning glory (#a3d7e0), curious blue (#3b9fd8), jelly bean (#2b7a9c), blue dianne (#1f4d51) and moss green (#a1d9a2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Coastal, Cool, Earthy, Green, Summer, Tropical 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 Rivulet palette

Share this palette to:

💻 Rivulet color palette CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #3b9fd8;
}
.color-3 {
color: #2b7a9c;
}
.color-4 {
color: #1f4d51;
}
.color-5 {
color: #a1d9a2;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #3b9fd8;
--color-3: #2b7a9c;
--color-4: #1f4d51;
--color-5: #a1d9a2;
}

🌈 Rivulet background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #3b9fd8, #2b7a9c, #1f4d51, #a1d9a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #3b9fd8, #2b7a9c, #1f4d51, #a1d9a2);
}

Rivulet color palette created on .