Yuya's Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yuya's Dream palette

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

Yuya's Dream カラー パレット PNG 画像

Download yuya's dream color palette PNG image (landscape)
Download yuya's dream color palette PNG image (square)

Yuya's Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #10081b;
}
.color-2 {
color: #271a42;
}
.color-3 {
color: #3b2a55;
}
.color-4 {
color: #4e3768;
}
.color-5 {
color: #6a4375;
}

/* CSS Variables */
:root {
--color-1: #10081b;
--color-2: #271a42;
--color-3: #3b2a55;
--color-4: #4e3768;
--color-5: #6a4375;
}

Yuya's Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #10081b, #271a42, #3b2a55, #4e3768, #6a4375);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #10081b, #271a42, #3b2a55, #4e3768, #6a4375);
}

Yuya's Dream color palette created on .