Looey Color Palette
Discover the beautiful Looey color palette featuring rose bud (#f7a8a1), romantic (#fec9b4), cream brulee (#ffe8a3), morning glory (#a3d5e0) and hippie blue (#5d87b6).
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 palette
💻 Looey color palette CSS
/* CSS */
.color-1 {
color: #f7a8a1;
}
.color-2 {
color: #fec9b4;
}
.color-3 {
color: #ffe8a3;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #5d87b6;
}
/* CSS Variables */
:root {
--color-1: #f7a8a1;
--color-2: #fec9b4;
--color-3: #ffe8a3;
--color-4: #a3d5e0;
--color-5: #5d87b6;
}
🌈 Looey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a8a1, #fec9b4, #ffe8a3, #a3d5e0, #5d87b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a8a1, #fec9b4, #ffe8a3, #a3d5e0, #5d87b6);
}
🔗 Explore similar color palettes
Looey color palette created on .