Emerald Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Emerald Harmony palette
Emerald Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #6cc6a0;
}
.color-3 {
color: #4cae8c;
}
.color-4 {
color: #2b8c6e;
}
.color-5 {
color: #1a6b4d;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #6cc6a0;
--color-3: #4cae8c;
--color-4: #2b8c6e;
--color-5: #1a6b4d;
}
Emerald Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #6cc6a0, #4cae8c, #2b8c6e, #1a6b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #6cc6a0, #4cae8c, #2b8c6e, #1a6b4d);
}
似たようなカラーパレット
下にスクロールして300+個のネイチャーカラーパレットを探索しましょう
Emerald Harmony color palette created on .