Whispers of Dusk Rose カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Dusk Rose palette

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

Whispers of Dusk Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #eeedec;
}
.color-2 {
color: #d2c2bc;
}
.color-3 {
color: #aca59a;
}
.color-4 {
color: #d4938c;
}
.color-5 {
color: #b96a5b;
}

/* CSS Variables */
:root {
--color-1: #eeedec;
--color-2: #d2c2bc;
--color-3: #aca59a;
--color-4: #d4938c;
--color-5: #b96a5b;
}

Whispers of Dusk Rose の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eeedec, #d2c2bc, #aca59a, #d4938c, #b96a5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eeedec, #d2c2bc, #aca59a, #d4938c, #b96a5b);
}

Whispers of Dusk Rose color palette created on .