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: #3c6f9f;
}
.color-2 {
color: #5bb3c2;
}
.color-3 {
color: #9fd8e5;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #ff7142;
}

/* CSS Variables */
:root {
--color-1: #3c6f9f;
--color-2: #5bb3c2;
--color-3: #9fd8e5;
--color-4: #f0a800;
--color-5: #ff7142;
}

CSS con gradiente di sfondo Celestial Voyage

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6f9f, #5bb3c2, #9fd8e5, #f0a800, #ff7142);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6f9f, #5bb3c2, #9fd8e5, #f0a800, #ff7142);
}

Celestial Voyage color palette created on .