Jester's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Jester's Dreamscape palette

Share this palette to:

Jester's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #41fb7f;
}
.color-2 {
color: #3fd5d5;
}
.color-3 {
color: #2fa9ca;
}
.color-4 {
color: #2e6ab2;
}
.color-5 {
color: #2b4d88;
}

/* CSS Variables */
:root {
--color-1: #41fb7f;
--color-2: #3fd5d5;
--color-3: #2fa9ca;
--color-4: #2e6ab2;
--color-5: #2b4d88;
}

Jester's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #41fb7f, #3fd5d5, #2fa9ca, #2e6ab2, #2b4d88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #41fb7f, #3fd5d5, #2fa9ca, #2e6ab2, #2b4d88);
}

Jester's Dreamscape color palette created on .