Glisten Color Palette

Discover the beautiful Glisten color palette featuring peach orange (#fecd94), frangipani (#fedbb9), karry (#ffe9d5), colonial white (#feedb9) and scotch mist (#fffbdc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Light, Neutral, Pastel, Soft, Spring, Summer, Sunshine, Warm 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 Glisten palette

Share this palette to:

💻 Glisten color palette CSS

/* CSS */
.color-1 {
color: #fecd94;
}
.color-2 {
color: #fedbb9;
}
.color-3 {
color: #ffe9d5;
}
.color-4 {
color: #feedb9;
}
.color-5 {
color: #fffbdc;
}

/* CSS Variables */
:root {
--color-1: #fecd94;
--color-2: #fedbb9;
--color-3: #ffe9d5;
--color-4: #feedb9;
--color-5: #fffbdc;
}

🌈 Glisten background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fecd94, #fedbb9, #ffe9d5, #feedb9, #fffbdc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fecd94, #fedbb9, #ffe9d5, #feedb9, #fffbdc);
}

Glisten color palette created on .