Looey's Dream Color Palette

Discover the beautiful Looey's Dream color palette featuring bouquet (#ab8c99), shady lady (#b09cae), bud (#b0b5a6), shadow green (#91bab8) and polo blue (#779cca).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beige, Blue, Gray, Green, Purple, Soft, Vintage, Warm, Looey 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 Looey's Dream palette

Share this palette to:

๐Ÿ’ป Looey's Dream color palette CSS

/* CSS */
.color-1 {
color: #ab8c99;
}
.color-2 {
color: #b09cae;
}
.color-3 {
color: #b0b5a6;
}
.color-4 {
color: #91bab8;
}
.color-5 {
color: #779cca;
}

/* CSS Variables */
:root {
--color-1: #ab8c99;
--color-2: #b09cae;
--color-3: #b0b5a6;
--color-4: #91bab8;
--color-5: #779cca;
}

๐ŸŒˆ Looey's Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ab8c99, #b09cae, #b0b5a6, #91bab8, #779cca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ab8c99, #b09cae, #b0b5a6, #91bab8, #779cca);
}

Looey's Dream color palette created on .