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