Blue Angelic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Angelic palette

Share this palette to:

Blue Angelic color palette CSS

/* CSS */
.color-1 {
color: #3b8fab;
}
.color-2 {
color: #5ac3d3;
}
.color-3 {
color: #8be5e0;
}
.color-4 {
color: #caf7f3;
}
.color-5 {
color: #f1f9f7;
}

/* CSS Variables */
:root {
--color-1: #3b8fab;
--color-2: #5ac3d3;
--color-3: #8be5e0;
--color-4: #caf7f3;
--color-5: #f1f9f7;
}

Blue Angelic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8fab, #5ac3d3, #8be5e0, #caf7f3, #f1f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8fab, #5ac3d3, #8be5e0, #caf7f3, #f1f9f7);
}

Blue Angelic color palette created on .