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