Looey Color Palette
Discover the beautiful Looey color palette featuring kashmir blue (#4f6c9c), ship cove (#6e8dbf), morning glory (#9abddb), cream can (#f5d061) and carnation (#f25a5a).
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: #4f6c9c;
}
.color-2 {
color: #6e8dbf;
}
.color-3 {
color: #9abddb;
}
.color-4 {
color: #f5d061;
}
.color-5 {
color: #f25a5a;
}
/* CSS Variables */
:root {
--color-1: #4f6c9c;
--color-2: #6e8dbf;
--color-3: #9abddb;
--color-4: #f5d061;
--color-5: #f25a5a;
}
🌈 Looey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f6c9c, #6e8dbf, #9abddb, #f5d061, #f25a5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f6c9c, #6e8dbf, #9abddb, #f5d061, #f25a5a);
}
🔗 Explore similar color palettes
Looey color palette created on .