Celestial Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Dreams palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Celestial Dreams

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

tavolozza dei colori Celestial Dreams CSS

/* CSS */
.color-1 {
color: #1e3b71;
}
.color-2 {
color: #1c5f8d;
}
.color-3 {
color: #3a8e9c;
}
.color-4 {
color: #5cd1c5;
}
.color-5 {
color: #9ce7e6;
}

/* CSS Variables */
:root {
--color-1: #1e3b71;
--color-2: #1c5f8d;
--color-3: #3a8e9c;
--color-4: #5cd1c5;
--color-5: #9ce7e6;
}

CSS con gradiente di sfondo Celestial Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b71, #1c5f8d, #3a8e9c, #5cd1c5, #9ce7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b71, #1c5f8d, #3a8e9c, #5cd1c5, #9ce7e6);
}

Celestial Dreams color palette created on .