Glisa Color Palette

Discover the beautiful Glisa color palette featuring your pink (#ffc4c5), romantic (#ffd8bf), egg white (#fff5bf), aero blue (#d9ffe9) and pattens blue (#dbe6ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Light, Peach, Pink, Soft, Summer, Yellow 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 Glisa palette

Share this palette to:

💻 Glisa color palette CSS

/* CSS */
.color-1 {
color: #ffc4c5;
}
.color-2 {
color: #ffd8bf;
}
.color-3 {
color: #fff5bf;
}
.color-4 {
color: #d9ffe9;
}
.color-5 {
color: #dbe6ff;
}

/* CSS Variables */
:root {
--color-1: #ffc4c5;
--color-2: #ffd8bf;
--color-3: #fff5bf;
--color-4: #d9ffe9;
--color-5: #dbe6ff;
}

🌈 Glisa background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc4c5, #ffd8bf, #fff5bf, #d9ffe9, #dbe6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc4c5, #ffd8bf, #fff5bf, #d9ffe9, #dbe6ff);
}

Glisa color palette created on .