Garden Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Garden Serenade palette

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

Garden Serenade カラーパレット (PNG) をダウンロード

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

Garden Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #85ab5f;
}
.color-2 {
color: #a9cbab;
}
.color-3 {
color: #e0e6b7;
}
.color-4 {
color: #f6c1b6;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #85ab5f;
--color-2: #a9cbab;
--color-3: #e0e6b7;
--color-4: #f6c1b6;
--color-5: #eab8d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #85ab5f, #a9cbab, #e0e6b7, #f6c1b6, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #85ab5f, #a9cbab, #e0e6b7, #f6c1b6, #eab8d1);
}

Garden Serenade color palette created on .