Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamscape palette

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

Dreamscape カラー パレット PNG 画像

Download dreamscape color palette PNG image (landscape)
Download dreamscape color palette PNG image (square)

Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #a45fbf;
}
.color-2 {
color: #ed7c26;
}
.color-3 {
color: #f6c34c;
}
.color-4 {
color: #6ed3f2;
}
.color-5 {
color: #6d509b;
}

/* CSS Variables */
:root {
--color-1: #a45fbf;
--color-2: #ed7c26;
--color-3: #f6c34c;
--color-4: #6ed3f2;
--color-5: #6d509b;
}

Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a45fbf, #ed7c26, #f6c34c, #6ed3f2, #6d509b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a45fbf, #ed7c26, #f6c34c, #6ed3f2, #6d509b);
}

Dreamscape color palette created on .