Angel's Tears Color Palette
Discover the beautiful Angel's Tears color palette featuring oyster bay (#ddfaff), tutu (#fff1fc), soapstone (#fffbf8), lavender blush (#fff0f5) and pink lace (#ffd8f6).
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 Angel's Tears palette
💻 Angel's Tears color palette CSS
/* CSS */
.color-1 {
color: #ddfaff;
}
.color-2 {
color: #fff1fc;
}
.color-3 {
color: #fffbf8;
}
.color-4 {
color: #fff0f5;
}
.color-5 {
color: #ffd8f6;
}
/* CSS Variables */
:root {
--color-1: #ddfaff;
--color-2: #fff1fc;
--color-3: #fffbf8;
--color-4: #fff0f5;
--color-5: #ffd8f6;
} 🌈 Angel's Tears background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ddfaff, #fff1fc, #fffbf8, #fff0f5, #ffd8f6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ddfaff, #fff1fc, #fffbf8, #fff0f5, #ffd8f6);
} 🔗 Explore similar color palettes
Angel's Tears color palette created on .