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