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