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