Whispers of Warmth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Warmth palette

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

Whispers of Warmth カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e9e5;
}
.color-2 {
color: #e1d3d0;
}
.color-3 {
color: #d9c2af;
}
.color-4 {
color: #c7ae94;
}
.color-5 {
color: #c19e76;
}

/* CSS Variables */
:root {
--color-1: #f0e9e5;
--color-2: #e1d3d0;
--color-3: #d9c2af;
--color-4: #c7ae94;
--color-5: #c19e76;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e9e5, #e1d3d0, #d9c2af, #c7ae94, #c19e76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e9e5, #e1d3d0, #d9c2af, #c7ae94, #c19e76);
}

Whispers of Warmth color palette created on .