Sun and Moon Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sun and Moon palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Sun and Moon

Download sun and moon color palette PNG image (landscape)
Download sun and moon color palette PNG image (square)

tavolozza dei colori Sun and Moon CSS

/* CSS */
.color-1 {
color: #fef4d7;
}
.color-2 {
color: #fff4eb;
}
.color-3 {
color: #fde9e7;
}
.color-4 {
color: #efe8f7;
}
.color-5 {
color: #ccbfe3;
}

/* CSS Variables */
:root {
--color-1: #fef4d7;
--color-2: #fff4eb;
--color-3: #fde9e7;
--color-4: #efe8f7;
--color-5: #ccbfe3;
}

CSS con gradiente di sfondo Sun and Moon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fef4d7, #fff4eb, #fde9e7, #efe8f7, #ccbfe3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fef4d7, #fff4eb, #fde9e7, #efe8f7, #ccbfe3);
}

Sun and Moon color palette created on .