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