Blue Archer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Archer palette

Share this palette to:

Blue Archer color palette CSS

/* CSS */
.color-1 {
color: #c7e0ff;
}
.color-2 {
color: #a3d6ff;
}
.color-3 {
color: #7ac3ff;
}
.color-4 {
color: #4da9ff;
}
.color-5 {
color: #0091ff;
}

/* CSS Variables */
:root {
--color-1: #c7e0ff;
--color-2: #a3d6ff;
--color-3: #7ac3ff;
--color-4: #4da9ff;
--color-5: #0091ff;
}

Blue Archer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7e0ff, #a3d6ff, #7ac3ff, #4da9ff, #0091ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7e0ff, #a3d6ff, #7ac3ff, #4da9ff, #0091ff);
}

Blue Archer color palette created on .