Eugene's Dreamscape Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Eugene's Dreamscape palette

Condividi questa palette a:

tavolozza dei colori Eugene's Dreamscape CSS

/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #f6c960;
}
.color-3 {
color: #e6e77e;
}
.color-4 {
color: #a7d7c0;
}
.color-5 {
color: #6bb6eb;
}

/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #f6c960;
--color-3: #e6e77e;
--color-4: #a7d7c0;
--color-5: #6bb6eb;
}

CSS con gradiente di sfondo Eugene's Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #f6c960, #e6e77e, #a7d7c0, #6bb6eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #f6c960, #e6e77e, #a7d7c0, #6bb6eb);
}

Eugene's Dreamscape color palette created on .