Blue Angel Cloud Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Angel Cloud palette

Share this palette to:

Blue Angel Cloud color palette CSS

/* CSS */
.color-1 {
color: #e5f7ff;
}
.color-2 {
color: #a4dae5;
}
.color-3 {
color: #6ac5d7;
}
.color-4 {
color: #1f9ea3;
}
.color-5 {
color: #003d4d;
}

/* CSS Variables */
:root {
--color-1: #e5f7ff;
--color-2: #a4dae5;
--color-3: #6ac5d7;
--color-4: #1f9ea3;
--color-5: #003d4d;
}

Blue Angel Cloud background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f7ff, #a4dae5, #6ac5d7, #1f9ea3, #003d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f7ff, #a4dae5, #6ac5d7, #1f9ea3, #003d4d);
}

Blue Angel Cloud color palette created on .