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