Blue Saturn Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Saturn palette

Share this palette to:

Blue Saturn color palette CSS

/* CSS */
.color-1 {
color: #b3cde0;
}
.color-2 {
color: #f6a6a2;
}
.color-3 {
color: #f4dfb4;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #b3cde0;
--color-2: #f6a6a2;
--color-3: #f4dfb4;
--color-4: #ffcb5c;
--color-5: #ff6e61;
}

Blue Saturn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3cde0, #f6a6a2, #f4dfb4, #ffcb5c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3cde0, #f6a6a2, #f4dfb4, #ffcb5c, #ff6e61);
}

Blue Saturn color palette created on .