Angel Wings Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Angel Wings palette
Download Angel Wings Color Palette (PNG)
Angel Wings color palette CSS
/* CSS */
.color-1 {
color: #f9dceb;
}
.color-2 {
color: #c2eef5;
}
.color-3 {
color: #b4e6f3;
}
.color-4 {
color: #fbe0c6;
}
.color-5 {
color: #fbbcc4;
}
/* CSS Variables */
:root {
--color-1: #f9dceb;
--color-2: #c2eef5;
--color-3: #b4e6f3;
--color-4: #fbe0c6;
--color-5: #fbbcc4;
}
Angel Wings background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9dceb, #c2eef5, #b4e6f3, #fbe0c6, #fbbcc4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9dceb, #c2eef5, #b4e6f3, #fbe0c6, #fbbcc4);
}
Similar color palettes
Angel Wings color palette created on .