Celestial Voyage Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Voyage palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Celestial Voyage

Download celestial voyage color palette PNG image (landscape)
Download celestial voyage color palette PNG image (square)

tavolozza dei colori Celestial Voyage CSS

/* CSS */
.color-1 {
color: #013d60;
}
.color-2 {
color: #0a598a;
}
.color-3 {
color: #1e90b3;
}
.color-4 {
color: #a4d9e5;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #013d60;
--color-2: #0a598a;
--color-3: #1e90b3;
--color-4: #a4d9e5;
--color-5: #f1f5f8;
}

CSS con gradiente di sfondo Celestial Voyage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #013d60, #0a598a, #1e90b3, #a4d9e5, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #013d60, #0a598a, #1e90b3, #a4d9e5, #f1f5f8);
}

Celestial Voyage color palette created on .