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