Green Cosmo カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Cosmo palette

このパレットを共有する先:

Green Cosmo カラーパレット CSS

/* CSS */
.color-1 {
color: #327e30;
}
.color-2 {
color: #4d914b;
}
.color-3 {
color: #76a56f;
}
.color-4 {
color: #9daf79;
}
.color-5 {
color: #61995c;
}

/* CSS Variables */
:root {
--color-1: #327e30;
--color-2: #4d914b;
--color-3: #76a56f;
--color-4: #9daf79;
--color-5: #61995c;
}

Green Cosmo の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #327e30, #4d914b, #76a56f, #9daf79, #61995c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #327e30, #4d914b, #76a56f, #9daf79, #61995c);
}

Green Cosmo color palette created on .