Akhlut Color Palette
Discover the beautiful Akhlut color palette featuring cello (#1d4058), smalt blue (#4b7e91), fountain blue (#6db2c5), regent st blue (#a1d9e8) and ecru white (#f4f0e1).
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 Akhlut palette
💻 Akhlut color palette CSS
/* CSS */
.color-1 {
color: #1d4058;
}
.color-2 {
color: #4b7e91;
}
.color-3 {
color: #6db2c5;
}
.color-4 {
color: #a1d9e8;
}
.color-5 {
color: #f4f0e1;
}
/* CSS Variables */
:root {
--color-1: #1d4058;
--color-2: #4b7e91;
--color-3: #6db2c5;
--color-4: #a1d9e8;
--color-5: #f4f0e1;
} 🌈 Akhlut background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4058, #4b7e91, #6db2c5, #a1d9e8, #f4f0e1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4058, #4b7e91, #6db2c5, #a1d9e8, #f4f0e1);
} 🔗 Explore similar color palettes
Akhlut color palette created on .