Blue Angel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Angel palette
Blue Angel color palette CSS
/* CSS */
.color-1 {
color: #1c2b6d;
}
.color-2 {
color: #4c5c8a;
}
.color-3 {
color: #799abe;
}
.color-4 {
color: #9cc3e3;
}
.color-5 {
color: #f0e2b7;
}
/* CSS Variables */
:root {
--color-1: #1c2b6d;
--color-2: #4c5c8a;
--color-3: #799abe;
--color-4: #9cc3e3;
--color-5: #f0e2b7;
}
Blue Angel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b6d, #4c5c8a, #799abe, #9cc3e3, #f0e2b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b6d, #4c5c8a, #799abe, #9cc3e3, #f0e2b7);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Angel color palette created on .