Secret Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Secret Garden palette

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

Secret Garden カラー パレット PNG 画像

Download secret garden color palette PNG image (landscape)
Download secret garden color palette PNG image (square)

Secret Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #a2d9a1;
}
.color-2 {
color: #b7e6c1;
}
.color-3 {
color: #f6e2a7;
}
.color-4 {
color: #f2b1b4;
}
.color-5 {
color: #c57c9e;
}

/* CSS Variables */
:root {
--color-1: #a2d9a1;
--color-2: #b7e6c1;
--color-3: #f6e2a7;
--color-4: #f2b1b4;
--color-5: #c57c9e;
}

Secret Garden の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d9a1, #b7e6c1, #f6e2a7, #f2b1b4, #c57c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d9a1, #b7e6c1, #f6e2a7, #f2b1b4, #c57c9e);
}

Secret Garden color palette created on .