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