Cosmic Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmic Blue palette

Share this palette to:

Cosmic Blue color palette CSS

/* CSS */
.color-1 {
color: #1c203b;
}
.color-2 {
color: #4d6ef5;
}
.color-3 {
color: #71c2e5;
}
.color-4 {
color: #f1d34b;
}
.color-5 {
color: #f65a79;
}

/* CSS Variables */
:root {
--color-1: #1c203b;
--color-2: #4d6ef5;
--color-3: #71c2e5;
--color-4: #f1d34b;
--color-5: #f65a79;
}

Cosmic Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c203b, #4d6ef5, #71c2e5, #f1d34b, #f65a79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c203b, #4d6ef5, #71c2e5, #f1d34b, #f65a79);
}

Cosmic Blue color palette created on .