Weeping Angel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Weeping Angel palette

Share this palette to:

Weeping Angel color palette CSS

/* CSS */
.color-1 {
color: #a3a3d2;
}
.color-2 {
color: #b8b8e5;
}
.color-3 {
color: #e7e7f3;
}
.color-4 {
color: #f8c4c5;
}
.color-5 {
color: #d59a9c;
}

/* CSS Variables */
:root {
--color-1: #a3a3d2;
--color-2: #b8b8e5;
--color-3: #e7e7f3;
--color-4: #f8c4c5;
--color-5: #d59a9c;
}

Weeping Angel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3a3d2, #b8b8e5, #e7e7f3, #f8c4c5, #d59a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3a3d2, #b8b8e5, #e7e7f3, #f8c4c5, #d59a9c);
}

Weeping Angel color palette created on .