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