The Empress カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with The Empress palette

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

The Empress カラー パレット PNG 画像

Download the empress color palette PNG image (landscape)
Download the empress color palette PNG image (square)

The Empress カラーパレット CSS

/* CSS */
.color-1 {
color: #9b5f99;
}
.color-2 {
color: #d17a9c;
}
.color-3 {
color: #f6a2b2;
}
.color-4 {
color: #f5c7c2;
}
.color-5 {
color: #fef7e1;
}

/* CSS Variables */
:root {
--color-1: #9b5f99;
--color-2: #d17a9c;
--color-3: #f6a2b2;
--color-4: #f5c7c2;
--color-5: #fef7e1;
}

The Empress の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b5f99, #d17a9c, #f6a2b2, #f5c7c2, #fef7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b5f99, #d17a9c, #f6a2b2, #f5c7c2, #fef7e1);
}

The Empress color palette created on .