Danica's Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Danica's Dreamscape palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Danica's Dreamscape

Download danica's dreamscape color palette PNG image (landscape)
Download danica's dreamscape color palette PNG image (square)

tavolozza dei colori Danica's Dreamscape CSS

/* CSS */
.color-1 {
color: #fdebe7;
}
.color-2 {
color: #fcf3df;
}
.color-3 {
color: #f1f6ee;
}
.color-4 {
color: #eeecf4;
}
.color-5 {
color: #e6dbdd;
}

/* CSS Variables */
:root {
--color-1: #fdebe7;
--color-2: #fcf3df;
--color-3: #f1f6ee;
--color-4: #eeecf4;
--color-5: #e6dbdd;
}

CSS con gradiente di sfondo Danica's Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdebe7, #fcf3df, #f1f6ee, #eeecf4, #e6dbdd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdebe7, #fcf3df, #f1f6ee, #eeecf4, #e6dbdd);
}

Danica's Dreamscape color palette created on .