Shades of Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green カラーパレット CSS
/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #f1e1a7;
}
.color-3 {
color: #ff6933;
}
.color-4 {
color: #4973b6;
}
.color-5 {
color: #f2a6af;
}
/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #f1e1a7;
--color-3: #ff6933;
--color-4: #4973b6;
--color-5: #f2a6af;
}
Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #f1e1a7, #ff6933, #4973b6, #f2a6af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #f1e1a7, #ff6933, #4973b6, #f2a6af);
}
似たようなカラーパレット
下にスクロールして200+個のブライトカラーパレットを探索しましょう
Shades of Green color palette created on .