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