Ithriel カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ithriel palette

このパレットを共有する先:

Ithriel カラー パレット PNG 画像

Download ithriel color palette PNG image (landscape)
Download ithriel color palette PNG image (square)

Ithriel カラーパレット CSS

/* CSS */
.color-1 {
color: #d1c7e1;
}
.color-2 {
color: #a5a6d9;
}
.color-3 {
color: #7788c0;
}
.color-4 {
color: #4b4c9b;
}
.color-5 {
color: #2c2d68;
}

/* CSS Variables */
:root {
--color-1: #d1c7e1;
--color-2: #a5a6d9;
--color-3: #7788c0;
--color-4: #4b4c9b;
--color-5: #2c2d68;
}

Ithriel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c7e1, #a5a6d9, #7788c0, #4b4c9b, #2c2d68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c7e1, #a5a6d9, #7788c0, #4b4c9b, #2c2d68);
}

Ithriel color palette created on .