Whispers of Warmth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Warmth palette
Whispers of Warmth カラーパレット CSS
/* CSS */
.color-1 {
color: #f1e9df;
}
.color-2 {
color: #d5c4ae;
}
.color-3 {
color: #c6b195;
}
.color-4 {
color: #b9a07e;
}
.color-5 {
color: #a88961;
}
/* CSS Variables */
:root {
--color-1: #f1e9df;
--color-2: #d5c4ae;
--color-3: #c6b195;
--color-4: #b9a07e;
--color-5: #a88961;
}
Whispers of Warmth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e9df, #d5c4ae, #c6b195, #b9a07e, #a88961);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e9df, #d5c4ae, #c6b195, #b9a07e, #a88961);
}
似たようなカラーパレット
下にスクロールして6個のSoft beigeカラーパレットを探索しましょう
Whispers of Warmth color palette created on .