Radium Color Palette

Discover the beautiful Radium color palette featuring sky blue (#6ed4ed), turquoise (#4cdcb8), magic mint (#83f1b6), sandwisp (#f6e4a2) and illusion (#f2a1c5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Green, Light, Peach, Tropical, Vibrant, 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 Radium palette

Share this palette to:

💻 Radium color palette CSS

/* CSS */
.color-1 {
color: #6ed4ed;
}
.color-2 {
color: #4cdcb8;
}
.color-3 {
color: #83f1b6;
}
.color-4 {
color: #f6e4a2;
}
.color-5 {
color: #f2a1c5;
}

/* CSS Variables */
:root {
--color-1: #6ed4ed;
--color-2: #4cdcb8;
--color-3: #83f1b6;
--color-4: #f6e4a2;
--color-5: #f2a1c5;
}

🌈 Radium background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ed4ed, #4cdcb8, #83f1b6, #f6e4a2, #f2a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ed4ed, #4cdcb8, #83f1b6, #f6e4a2, #f2a1c5);
}

Radium color palette created on .