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