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: #4b6eaf;
}
.color-2 {
color: #6cb2e5;
}
.color-3 {
color: #99d3ea;
}
.color-4 {
color: #f3a353;
}
.color-5 {
color: #f15a27;
}

/* CSS Variables */
:root {
--color-1: #4b6eaf;
--color-2: #6cb2e5;
--color-3: #99d3ea;
--color-4: #f3a353;
--color-5: #f15a27;
}

CSS con gradiente di sfondo Celestial Voyage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b6eaf, #6cb2e5, #99d3ea, #f3a353, #f15a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b6eaf, #6cb2e5, #99d3ea, #f3a353, #f15a27);
}

Celestial Voyage color palette created on .