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