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
๐ก 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: #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);
}
๐ Explore similar color palettes
Looey's Dream color palette created on .