Looey's Dream Color Palette
Discover the beautiful Looey's Dream color palette featuring bouquet (#ac8c9a), shady lady (#b19daf), bud (#afb4a6), shadow green (#90b9b7) and polo blue (#779dca).
Brightness
Saturation
Warmth
๐ก 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
๐ป Looey's Dream color palette CSS
/* CSS */
.color-1 {
color: #ac8c9a;
}
.color-2 {
color: #b19daf;
}
.color-3 {
color: #afb4a6;
}
.color-4 {
color: #90b9b7;
}
.color-5 {
color: #779dca;
}
/* CSS Variables */
:root {
--color-1: #ac8c9a;
--color-2: #b19daf;
--color-3: #afb4a6;
--color-4: #90b9b7;
--color-5: #779dca;
} ๐ Looey's Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ac8c9a, #b19daf, #afb4a6, #90b9b7, #779dca);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ac8c9a, #b19daf, #afb4a6, #90b9b7, #779dca);
} ๐ Explore similar color palettes
Looey's Dream color palette created on .