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