Emerald Forest Whisper カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Emerald Forest Whisper palette
Emerald Forest Whisper カラーパレット CSS
/* CSS */
.color-1 {
color: #d3d4d3;
}
.color-2 {
color: #7bad7c;
}
.color-3 {
color: #639266;
}
.color-4 {
color: #476c4a;
}
.color-5 {
color: #274935;
}
/* CSS Variables */
:root {
--color-1: #d3d4d3;
--color-2: #7bad7c;
--color-3: #639266;
--color-4: #476c4a;
--color-5: #274935;
}
Emerald Forest Whisper の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3d4d3, #7bad7c, #639266, #476c4a, #274935);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3d4d3, #7bad7c, #639266, #476c4a, #274935);
}
似たようなカラーパレット
Emerald Forest Whisper color palette created on .