Gradient Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gradient Dream palette

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

Gradient Dream カラーパレット (PNG) をダウンロード

Download gradient dream color palette PNG image (landscape)
Download gradient dream color palette PNG image (square)

Gradient Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #ffe5f6;
}
.color-2 {
color: #fff0f6;
}
.color-3 {
color: #fff5f9;
}
.color-4 {
color: #f8ecfe;
}
.color-5 {
color: #ebe3fd;
}

/* CSS Variables */
:root {
--color-1: #ffe5f6;
--color-2: #fff0f6;
--color-3: #fff5f9;
--color-4: #f8ecfe;
--color-5: #ebe3fd;
}

Gradient Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5f6, #fff0f6, #fff5f9, #f8ecfe, #ebe3fd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5f6, #fff0f6, #fff5f9, #f8ecfe, #ebe3fd);
}

Gradient Dream color palette created on .