Fading Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fading Elegance palette

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

Fading Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #6d2c40;
}
.color-2 {
color: #8c4f6e;
}
.color-3 {
color: #b06988;
}
.color-4 {
color: #f6b1b5;
}
.color-5 {
color: #f9e1e2;
}

/* CSS Variables */
:root {
--color-1: #6d2c40;
--color-2: #8c4f6e;
--color-3: #b06988;
--color-4: #f6b1b5;
--color-5: #f9e1e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c40, #8c4f6e, #b06988, #f6b1b5, #f9e1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c40, #8c4f6e, #b06988, #f6b1b5, #f9e1e2);
}

Fading Elegance color palette created on .