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