Faded Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Faded Elegance palette

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

Faded Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #e7b99c;
}
.color-2 {
color: #f4c29f;
}
.color-3 {
color: #f1e9d0;
}
.color-4 {
color: #b3cde0;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #e7b99c;
--color-2: #f4c29f;
--color-3: #f1e9d0;
--color-4: #b3cde0;
--color-5: #a8d3e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b99c, #f4c29f, #f1e9d0, #b3cde0, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b99c, #f4c29f, #f1e9d0, #b3cde0, #a8d3e1);
}

Faded Elegance color palette created on .