Pastel Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Dreams palette

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

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

Download pastel dreams color palette PNG image (landscape)
Download pastel dreams color palette PNG image (square)

Pastel Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c6d3;
}
.color-2 {
color: #f9e2b4;
}
.color-3 {
color: #b2e1e0;
}
.color-4 {
color: #a0d3d4;
}
.color-5 {
color: #f6b8a2;
}

/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #f9e2b4;
--color-3: #b2e1e0;
--color-4: #a0d3d4;
--color-5: #f6b8a2;
}

Pastel Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #f9e2b4, #b2e1e0, #a0d3d4, #f6b8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #f9e2b4, #b2e1e0, #a0d3d4, #f6b8a2);
}

Pastel Dreams color palette created on .