Rustic Autumn Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rustic Autumn Whisper palette
Image Gallery
Rustic Autumn Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #beacb2;
}
.color-2 {
color: #ae8b84;
}
.color-3 {
color: #a7690c;
}
.color-4 {
color: #89675d;
}
.color-5 {
color: #6e492b;
}
/* CSS Variables */
:root {
--color-1: #beacb2;
--color-2: #ae8b84;
--color-3: #a7690c;
--color-4: #89675d;
--color-5: #6e492b;
}
Rustic Autumn Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #beacb2, #ae8b84, #a7690c, #89675d, #6e492b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #beacb2, #ae8b84, #a7690c, #89675d, #6e492b);
}
似たようなカラーパレット
Rustic Autumn Whisper color palette created on .