Green Cosmo カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Cosmo palette

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

Green Cosmo カラーパレット CSS

/* CSS */
.color-1 {
color: #3d9037;
}
.color-2 {
color: #5e9f56;
}
.color-3 {
color: #90b380;
}
.color-4 {
color: #b4bf8d;
}
.color-5 {
color: #78a86b;
}

/* CSS Variables */
:root {
--color-1: #3d9037;
--color-2: #5e9f56;
--color-3: #90b380;
--color-4: #b4bf8d;
--color-5: #78a86b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d9037, #5e9f56, #90b380, #b4bf8d, #78a86b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d9037, #5e9f56, #90b380, #b4bf8d, #78a86b);
}

Green Cosmo color palette created on .