Pastel Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Dreamscape palette

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

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

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

Pastel Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a2c1;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #b0b3b5;
}
.color-4 {
color: #e7b1b1;
}
.color-5 {
color: #d7aaa3;
}

/* CSS Variables */
:root {
--color-1: #f6a2c1;
--color-2: #a2c7e7;
--color-3: #b0b3b5;
--color-4: #e7b1b1;
--color-5: #d7aaa3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2c1, #a2c7e7, #b0b3b5, #e7b1b1, #d7aaa3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2c1, #a2c7e7, #b0b3b5, #e7b1b1, #d7aaa3);
}

Pastel Dreamscape color palette created on .