Allay Color Palette
Discover the beautiful Allay color palette featuring sinbad (#a4d6d6), jagged ice (#b8e5e5), iceberg (#d5f1f1), citrine white (#f9f9d2) and beauty bush (#f3c4c4).
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 Allay palette
💻 Allay color palette CSS
/* CSS */
.color-1 {
color: #a4d6d6;
}
.color-2 {
color: #b8e5e5;
}
.color-3 {
color: #d5f1f1;
}
.color-4 {
color: #f9f9d2;
}
.color-5 {
color: #f3c4c4;
}
/* CSS Variables */
:root {
--color-1: #a4d6d6;
--color-2: #b8e5e5;
--color-3: #d5f1f1;
--color-4: #f9f9d2;
--color-5: #f3c4c4;
} 🌈 Allay background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d6d6, #b8e5e5, #d5f1f1, #f9f9d2, #f3c4c4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d6d6, #b8e5e5, #d5f1f1, #f9f9d2, #f3c4c4);
} 🔗 Explore similar color palettes
Allay color palette created on .