Whispered Warmth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispered Warmth palette

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

Whispered Warmth カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e2d7;
}
.color-2 {
color: #e6b8a2;
}
.color-3 {
color: #d89c79;
}
.color-4 {
color: #c77952;
}
.color-5 {
color: #a85a3e;
}

/* CSS Variables */
:root {
--color-1: #f4e2d7;
--color-2: #e6b8a2;
--color-3: #d89c79;
--color-4: #c77952;
--color-5: #a85a3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2d7, #e6b8a2, #d89c79, #c77952, #a85a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2d7, #e6b8a2, #d89c79, #c77952, #a85a3e);
}

Whispered Warmth color palette created on .