Celestial Voyage Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Voyage palette

Condividi questa palette a:

tavolozza dei colori Celestial Voyage CSS

/* CSS */
.color-1 {
color: #1f3d4c;
}
.color-2 {
color: #3e5e79;
}
.color-3 {
color: #718db7;
}
.color-4 {
color: #a1c0de;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #1f3d4c;
--color-2: #3e5e79;
--color-3: #718db7;
--color-4: #a1c0de;
--color-5: #f4cf3e;
}

CSS con gradiente di sfondo Celestial Voyage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3d4c, #3e5e79, #718db7, #a1c0de, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3d4c, #3e5e79, #718db7, #a1c0de, #f4cf3e);
}

Celestial Voyage color palette created on .