Garden Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Garden Serenade palette
Garden Serenade カラーパレット (PNG) をダウンロード
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 .