Whispers of Warmth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Warmth palette

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

Whispers of Warmth カラーパレット CSS

/* CSS */
.color-1 {
color: #fbf6ee;
}
.color-2 {
color: #e8e4d9;
}
.color-3 {
color: #f5dbd1;
}
.color-4 {
color: #d4d1c4;
}
.color-5 {
color: #e0c6b8;
}

/* CSS Variables */
:root {
--color-1: #fbf6ee;
--color-2: #e8e4d9;
--color-3: #f5dbd1;
--color-4: #d4d1c4;
--color-5: #e0c6b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbf6ee, #e8e4d9, #f5dbd1, #d4d1c4, #e0c6b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbf6ee, #e8e4d9, #f5dbd1, #d4d1c4, #e0c6b8);
}

Whispers of Warmth color palette created on .