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: #1c202c;
}
.color-2 {
color: #4b5a91;
}
.color-3 {
color: #7b9cd5;
}
.color-4 {
color: #b1c6e7;
}
.color-5 {
color: #f0e4c7;
}

/* CSS Variables */
:root {
--color-1: #1c202c;
--color-2: #4b5a91;
--color-3: #7b9cd5;
--color-4: #b1c6e7;
--color-5: #f0e4c7;
}

Cosmic Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c202c, #4b5a91, #7b9cd5, #b1c6e7, #f0e4c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c202c, #4b5a91, #7b9cd5, #b1c6e7, #f0e4c7);
}

Cosmic Blue color palette created on .