Sage and Petal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sage and Petal palette
Sage and Petal カラー パレット PNG 画像
Sage and Petal カラーパレット CSS
/* CSS */
.color-1 {
color: #a7b79a;
}
.color-2 {
color: #e2b1c5;
}
.color-3 {
color: #c8d5c8;
}
.color-4 {
color: #f9e5e1;
}
.color-5 {
color: #d1d4c4;
}
/* CSS Variables */
:root {
--color-1: #a7b79a;
--color-2: #e2b1c5;
--color-3: #c8d5c8;
--color-4: #f9e5e1;
--color-5: #d1d4c4;
}
Sage and Petal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b79a, #e2b1c5, #c8d5c8, #f9e5e1, #d1d4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b79a, #e2b1c5, #c8d5c8, #f9e5e1, #d1d4c4);
}
似たようなカラーパレット
下にスクロールして1個のセージカラーパレットを探索しましょう
Sage and Petal color palette created on .