Spun Pearl Color Palette
Discover the beautiful Spun Pearl color palette featuring spun pearl (#aaabb6), submarine (#b8c3c7), geyser (#d1e1e5), aqua squeeze (#e2f1f3) and twilight blue (#f5ffff).
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 Spun Pearl palette
💻 Spun Pearl color palette CSS
/* CSS */
.color-1 {
color: #aaabb6;
}
.color-2 {
color: #b8c3c7;
}
.color-3 {
color: #d1e1e5;
}
.color-4 {
color: #e2f1f3;
}
.color-5 {
color: #f5ffff;
}
/* CSS Variables */
:root {
--color-1: #aaabb6;
--color-2: #b8c3c7;
--color-3: #d1e1e5;
--color-4: #e2f1f3;
--color-5: #f5ffff;
} 🌈 Spun Pearl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aaabb6, #b8c3c7, #d1e1e5, #e2f1f3, #f5ffff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aaabb6, #b8c3c7, #d1e1e5, #e2f1f3, #f5ffff);
} 🔗 Explore similar color palettes
Spun Pearl color palette created on .