Green Sushi カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Sushi palette

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

Green Sushi カラーパレット CSS

/* CSS */
.color-1 {
color: #88ac39;
}
.color-2 {
color: #a4c64e;
}
.color-3 {
color: #b8d66b;
}
.color-4 {
color: #e5e29e;
}
.color-5 {
color: #f5b400;
}

/* CSS Variables */
:root {
--color-1: #88ac39;
--color-2: #a4c64e;
--color-3: #b8d66b;
--color-4: #e5e29e;
--color-5: #f5b400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #88ac39, #a4c64e, #b8d66b, #e5e29e, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #88ac39, #a4c64e, #b8d66b, #e5e29e, #f5b400);
}

Green Sushi color palette created on .