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