Clover カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Clover palette

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

Clover カラー パレット PNG 画像

Download clover color palette PNG image (landscape)
Download clover color palette PNG image (square)

Clover カラーパレット CSS

/* CSS */
.color-1 {
color: #a4d88d;
}
.color-2 {
color: #66c28e;
}
.color-3 {
color: #4c9e6c;
}
.color-4 {
color: #3c8b5e;
}
.color-5 {
color: #2a6f4f;
}

/* CSS Variables */
:root {
--color-1: #a4d88d;
--color-2: #66c28e;
--color-3: #4c9e6c;
--color-4: #3c8b5e;
--color-5: #2a6f4f;
}

Clover の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d88d, #66c28e, #4c9e6c, #3c8b5e, #2a6f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d88d, #66c28e, #4c9e6c, #3c8b5e, #2a6f4f);
}

Clover color palette created on .