Lunar Rings Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lunar Rings palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Lunar Rings

Download lunar rings color palette PNG image (landscape)
Download lunar rings color palette PNG image (square)

tavolozza dei colori Lunar Rings CSS

/* CSS */
.color-1 {
color: #d8e9f3;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #6fa3c3;
}
.color-4 {
color: #3d7c99;
}
.color-5 {
color: #2c4f6d;
}

/* CSS Variables */
:root {
--color-1: #d8e9f3;
--color-2: #a3c7e0;
--color-3: #6fa3c3;
--color-4: #3d7c99;
--color-5: #2c4f6d;
}

CSS con gradiente di sfondo Lunar Rings

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8e9f3, #a3c7e0, #6fa3c3, #3d7c99, #2c4f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8e9f3, #a3c7e0, #6fa3c3, #3d7c99, #2c4f6d);
}

Lunar Rings color palette created on .