Loading...

Blue Saturn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Saturn palette

Share this palette to:

Download Blue Saturn Color Palette (PNG)

Download blue saturn color palette PNG image (landscape)
Download blue saturn color palette PNG image (square)

Blue Saturn color palette CSS

/* CSS */
.color-1 {
color: #71a0da;
}
.color-2 {
color: #a3d8e1;
}
.color-3 {
color: #d4e4b9;
}
.color-4 {
color: #f5b400;
}
.color-5 {
color: #f69988;
}

/* CSS Variables */
:root {
--color-1: #71a0da;
--color-2: #a3d8e1;
--color-3: #d4e4b9;
--color-4: #f5b400;
--color-5: #f69988;
}

Blue Saturn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71a0da, #a3d8e1, #d4e4b9, #f5b400, #f69988);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71a0da, #a3d8e1, #d4e4b9, #f5b400, #f69988);
}

Blue Saturn color palette created on .