Blue Tundra Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Tundra palette

Share this palette to:

Blue Tundra color palette CSS

/* CSS */
.color-1 {
color: #a7c7e2;
}
.color-2 {
color: #b1d8d8;
}
.color-3 {
color: #f4e2b3;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d76e28;
}

/* CSS Variables */
:root {
--color-1: #a7c7e2;
--color-2: #b1d8d8;
--color-3: #f4e2b3;
--color-4: #f0a800;
--color-5: #d76e28;
}

Blue Tundra background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c7e2, #b1d8d8, #f4e2b3, #f0a800, #d76e28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c7e2, #b1d8d8, #f4e2b3, #f0a800, #d76e28);
}

Similar color palettes

Blue Tundra color palette created on .