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