Whispers of Warmth カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Warmth palette
Whispers of Warmth カラーパレット CSS
/* CSS */
.color-1 {
color: #fffcfa;
}
.color-2 {
color: #f9f5f1;
}
.color-3 {
color: #efece6;
}
.color-4 {
color: #dad3c8;
}
.color-5 {
color: #ceaa8d;
}
/* CSS Variables */
:root {
--color-1: #fffcfa;
--color-2: #f9f5f1;
--color-3: #efece6;
--color-4: #dad3c8;
--color-5: #ceaa8d;
}
Whispers of Warmth の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffcfa, #f9f5f1, #efece6, #dad3c8, #ceaa8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffcfa, #f9f5f1, #efece6, #dad3c8, #ceaa8d);
}
似たようなカラーパレット
Whispers of Warmth color palette created on .