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