Spamton's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spamton's Dreamscape palette

Share this palette to:

Spamton's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #a65e9e;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f6c660;
}
.color-5 {
color: #4ba08d;
}

/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #a65e9e;
--color-3: #f5a524;
--color-4: #f6c660;
--color-5: #4ba08d;
}

Spamton's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #a65e9e, #f5a524, #f6c660, #4ba08d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #a65e9e, #f5a524, #f6c660, #4ba08d);
}

Spamton's Dreamscape color palette created on .