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