Green Cabbage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Cabbage palette

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

Green Cabbage カラーパレット CSS

/* CSS */
.color-1 {
color: #8cb17c;
}
.color-2 {
color: #b6d8a6;
}
.color-3 {
color: #cbe3ba;
}
.color-4 {
color: #f2e8c0;
}
.color-5 {
color: #eec88b;
}

/* CSS Variables */
:root {
--color-1: #8cb17c;
--color-2: #b6d8a6;
--color-3: #cbe3ba;
--color-4: #f2e8c0;
--color-5: #eec88b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cb17c, #b6d8a6, #cbe3ba, #f2e8c0, #eec88b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cb17c, #b6d8a6, #cbe3ba, #f2e8c0, #eec88b);
}

似たようなカラーパレット

Green Cabbage color palette created on .