Loading...

Jupiter Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jupiter Blue palette

Share this palette to:

Download Jupiter Blue Color Palette (PNG)

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

Jupiter Blue color palette CSS

/* CSS */
.color-1 {
color: #699bd3;
}
.color-2 {
color: #7ebe8e;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #d55e30;
}
.color-5 {
color: #9b5095;
}

/* CSS Variables */
:root {
--color-1: #699bd3;
--color-2: #7ebe8e;
--color-3: #f1c84b;
--color-4: #d55e30;
--color-5: #9b5095;
}

Jupiter Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699bd3, #7ebe8e, #f1c84b, #d55e30, #9b5095);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699bd3, #7ebe8e, #f1c84b, #d55e30, #9b5095);
}

Jupiter Blue color palette created on .