Leona カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Leona palette
Leona カラー パレット PNG 画像
Leona カラーパレット CSS
/* CSS */
.color-1 {
color: #d9a6b7;
}
.color-2 {
color: #f4b8cf;
}
.color-3 {
color: #f9c6b4;
}
.color-4 {
color: #f7ebb0;
}
.color-5 {
color: #f7d99c;
}
/* CSS Variables */
:root {
--color-1: #d9a6b7;
--color-2: #f4b8cf;
--color-3: #f9c6b4;
--color-4: #f7ebb0;
--color-5: #f7d99c;
}
Leona の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a6b7, #f4b8cf, #f9c6b4, #f7ebb0, #f7d99c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a6b7, #f4b8cf, #f9c6b4, #f7ebb0, #f7d99c);
}
似たようなカラーパレット
Leona color palette created on .