Green Kitchen カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Kitchen palette

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

Green Kitchen カラーパレット CSS

/* CSS */
.color-1 {
color: #6e994d;
}
.color-2 {
color: #b6d69f;
}
.color-3 {
color: #f2e2a1;
}
.color-4 {
color: #e7aaa2;
}
.color-5 {
color: #d79c75;
}

/* CSS Variables */
:root {
--color-1: #6e994d;
--color-2: #b6d69f;
--color-3: #f2e2a1;
--color-4: #e7aaa2;
--color-5: #d79c75;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e994d, #b6d69f, #f2e2a1, #e7aaa2, #d79c75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e994d, #b6d69f, #f2e2a1, #e7aaa2, #d79c75);
}

Green Kitchen color palette created on .