Dusky Rosewood Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dusky Rosewood Elegance palette

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

Dusky Rosewood Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #e1b7bc;
}
.color-2 {
color: #b96e7b;
}
.color-3 {
color: #7a434c;
}
.color-4 {
color: #352c32;
}
.color-5 {
color: #1f1c21;
}

/* CSS Variables */
:root {
--color-1: #e1b7bc;
--color-2: #b96e7b;
--color-3: #7a434c;
--color-4: #352c32;
--color-5: #1f1c21;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7bc, #b96e7b, #7a434c, #352c32, #1f1c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7bc, #b96e7b, #7a434c, #352c32, #1f1c21);
}

Dusky Rosewood Elegance color palette created on .