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