Porcelain Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Porcelain Whispers palette

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

Porcelain Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #d9b5a6;
}
.color-2 {
color: #e6c0b3;
}
.color-3 {
color: #f5e8d6;
}
.color-4 {
color: #f4b9a4;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #d9b5a6;
--color-2: #e6c0b3;
--color-3: #f5e8d6;
--color-4: #f4b9a4;
--color-5: #e9b79f;
}

Porcelain Whispers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b5a6, #e6c0b3, #f5e8d6, #f4b9a4, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b5a6, #e6c0b3, #f5e8d6, #f4b9a4, #e9b79f);
}

Porcelain Whispers color palette created on .