JoJo's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with JoJo's Dreamscape palette

このパレットを共有する先:

JoJo's Dreamscape カラーパレット 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 の背景のグラデーション 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 .