Angel's Tears Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Angel's Tears palette

Share this palette to:

Angel's Tears color palette PNG image

Download angel's tears color palette PNG image (landscape)
Download angel's tears color palette PNG image (square)

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);
}

Angel's Tears color palette created on .