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