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