Cure Grace Color Palette

Discover the beautiful Cure Grace color palette featuring prelude (#e0c5e8), cold purple (#b2a2d8), ship cove (#697aba), breaker bay (#4c9a8a) and golden sand (#f3e36d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Green, Light, Pink, Purple, Soft, Spring, Vibrant 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 Cure Grace palette

Share this palette to:

💻 Cure Grace color palette CSS

/* CSS */
.color-1 {
color: #e0c5e8;
}
.color-2 {
color: #b2a2d8;
}
.color-3 {
color: #697aba;
}
.color-4 {
color: #4c9a8a;
}
.color-5 {
color: #f3e36d;
}

/* CSS Variables */
:root {
--color-1: #e0c5e8;
--color-2: #b2a2d8;
--color-3: #697aba;
--color-4: #4c9a8a;
--color-5: #f3e36d;
}

🌈 Cure Grace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c5e8, #b2a2d8, #697aba, #4c9a8a, #f3e36d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c5e8, #b2a2d8, #697aba, #4c9a8a, #f3e36d);
}

Cure Grace color palette created on .