Aurora Grey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aurora Grey palette

Share this palette to:

Aurora Grey color palette PNG image

Download aurora grey color palette PNG image (landscape)
Download aurora grey color palette PNG image (square)

Aurora Grey color palette CSS

/* CSS */
.color-1 {
color: #b2c3c7;
}
.color-2 {
color: #a6b0b5;
}
.color-3 {
color: #8d9ba0;
}
.color-4 {
color: #6e7a7c;
}
.color-5 {
color: #4a5354;
}

/* CSS Variables */
:root {
--color-1: #b2c3c7;
--color-2: #a6b0b5;
--color-3: #8d9ba0;
--color-4: #6e7a7c;
--color-5: #4a5354;
}

Aurora Grey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c3c7, #a6b0b5, #8d9ba0, #6e7a7c, #4a5354);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c3c7, #a6b0b5, #8d9ba0, #6e7a7c, #4a5354);
}

Aurora Grey color palette created on .