Woodland Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Woodland Whisper palette
Woodland Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #aa5d3c;
}
.color-2 {
color: #d6a86b;
}
.color-3 {
color: #f0df9e;
}
.color-4 {
color: #49ab8b;
}
.color-5 {
color: #b9d7e4;
}
/* CSS Variables */
:root {
--color-1: #aa5d3c;
--color-2: #d6a86b;
--color-3: #f0df9e;
--color-4: #49ab8b;
--color-5: #b9d7e4;
}
Woodland Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aa5d3c, #d6a86b, #f0df9e, #49ab8b, #b9d7e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aa5d3c, #d6a86b, #f0df9e, #49ab8b, #b9d7e4);
}
似たようなカラーパレット
下にスクロールして400+個のオータムカラーパレットを探索しましょう
Woodland Whisper color palette created on .