Angel Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Angel Rainbow palette
Download Angel Rainbow Color Palette (PNG)
Angel Rainbow color palette CSS
/* CSS */
.color-1 {
color: #f7b1b5;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #f6e5a7;
}
.color-4 {
color: #a7d7d3;
}
.color-5 {
color: #a7c8f6;
}
/* CSS Variables */
:root {
--color-1: #f7b1b5;
--color-2: #f6d6a7;
--color-3: #f6e5a7;
--color-4: #a7d7d3;
--color-5: #a7c8f6;
}
Angel Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1b5, #f6d6a7, #f6e5a7, #a7d7d3, #a7c8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1b5, #f6d6a7, #f6e5a7, #a7d7d3, #a7c8f6);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Angel Rainbow color palette created on .