Eugene's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eugene's Dreamscape palette

Share this palette to:

Eugene's Dreamscape color palette 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;
}

Eugene's Dreamscape background gradient CSS

/* 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 .