Digital Daydream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Digital Daydream palette

Condividi questa palette a:

tavolozza dei colori Digital Daydream CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f9ed8;
}
.color-3 {
color: #87c5e8;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #eab543;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f9ed8;
--color-3: #87c5e8;
--color-4: #f4cf3e;
--color-5: #eab543;
}

CSS con gradiente di sfondo Digital Daydream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f9ed8, #87c5e8, #f4cf3e, #eab543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f9ed8, #87c5e8, #f4cf3e, #eab543);
}

Digital Daydream color palette created on .