JoJo's Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with JoJo's Dreamscape palette

Share this palette to:

JoJo's Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #2b406e;
}
.color-2 {
color: #4f3f6e;
}
.color-3 {
color: #797b8b;
}
.color-4 {
color: #a1c2d4;
}
.color-5 {
color: #f7b2a1;
}

/* CSS Variables */
:root {
--color-1: #2b406e;
--color-2: #4f3f6e;
--color-3: #797b8b;
--color-4: #a1c2d4;
--color-5: #f7b2a1;
}

JoJo's Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b406e, #4f3f6e, #797b8b, #a1c2d4, #f7b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b406e, #4f3f6e, #797b8b, #a1c2d4, #f7b2a1);
}

JoJo's Dreamscape color palette created on .