Sweet Dreamland Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Dreamland palette

Condividi questa palette a:

tavolozza dei colori Sweet Dreamland CSS

/* CSS */
.color-1 {
color: #ffdbfe;
}
.color-2 {
color: #ffe8e5;
}
.color-3 {
color: #f8d1ff;
}
.color-4 {
color: #c7fff7;
}
.color-5 {
color: #fff2e5;
}

/* CSS Variables */
:root {
--color-1: #ffdbfe;
--color-2: #ffe8e5;
--color-3: #f8d1ff;
--color-4: #c7fff7;
--color-5: #fff2e5;
}

CSS con gradiente di sfondo Sweet Dreamland

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdbfe, #ffe8e5, #f8d1ff, #c7fff7, #fff2e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdbfe, #ffe8e5, #f8d1ff, #c7fff7, #fff2e5);
}

Sweet Dreamland color palette created on .