Saqini カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Saqini palette

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

Saqini カラー パレット PNG 画像

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

Saqini カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d6a4c2;
}
.color-3 {
color: #b88eb5;
}
.color-4 {
color: #a66e93;
}
.color-5 {
color: #704d7a;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d6a4c2;
--color-3: #b88eb5;
--color-4: #a66e93;
--color-5: #704d7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d6a4c2, #b88eb5, #a66e93, #704d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d6a4c2, #b88eb5, #a66e93, #704d7a);
}

Saqini color palette created on .