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