Dusty Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dusty Pink palette

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

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

Download dusty pink color palette PNG image (landscape)
Download dusty pink color palette PNG image (square)

Dusty Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3b3;
}
.color-2 {
color: #e3a5a1;
}
.color-3 {
color: #d99a8c;
}
.color-4 {
color: #c48c78;
}
.color-5 {
color: #b37a6b;
}

/* CSS Variables */
:root {
--color-1: #f4c3b3;
--color-2: #e3a5a1;
--color-3: #d99a8c;
--color-4: #c48c78;
--color-5: #b37a6b;
}

Dusty Pink の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3b3, #e3a5a1, #d99a8c, #c48c78, #b37a6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3b3, #e3a5a1, #d99a8c, #c48c78, #b37a6b);
}

Dusty Pink color palette created on .