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