Desert Dusk Feathers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Dusk Feathers palette

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

Desert Dusk Feathers カラーパレット CSS

/* CSS */
.color-1 {
color: #5d576b;
}
.color-2 {
color: #b1aaa0;
}
.color-3 {
color: #c4b6a6;
}
.color-4 {
color: #f2d8c4;
}
.color-5 {
color: #e7aea6;
}

/* CSS Variables */
:root {
--color-1: #5d576b;
--color-2: #b1aaa0;
--color-3: #c4b6a6;
--color-4: #f2d8c4;
--color-5: #e7aea6;
}

Desert Dusk Feathers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d576b, #b1aaa0, #c4b6a6, #f2d8c4, #e7aea6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d576b, #b1aaa0, #c4b6a6, #f2d8c4, #e7aea6);
}

Desert Dusk Feathers color palette created on .