Gems of Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gems of Elegance palette

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

Gems of Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b3c8;
}
.color-2 {
color: #d39cb2;
}
.color-3 {
color: #b285af;
}
.color-4 {
color: #9c6f9f;
}
.color-5 {
color: #6e4a8c;
}

/* CSS Variables */
:root {
--color-1: #e6b3c8;
--color-2: #d39cb2;
--color-3: #b285af;
--color-4: #9c6f9f;
--color-5: #6e4a8c;
}

Gems of Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b3c8, #d39cb2, #b285af, #9c6f9f, #6e4a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b3c8, #d39cb2, #b285af, #9c6f9f, #6e4a8c);
}

Gems of Elegance color palette created on .