Dusk Vanilla カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dusk Vanilla palette

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

Dusk Vanilla カラーパレット CSS

/* CSS */
.color-1 {
color: #ebd9c7;
}
.color-2 {
color: #f2b75a;
}
.color-3 {
color: #d67c2e;
}
.color-4 {
color: #b34d3d;
}
.color-5 {
color: #6a292f;
}

/* CSS Variables */
:root {
--color-1: #ebd9c7;
--color-2: #f2b75a;
--color-3: #d67c2e;
--color-4: #b34d3d;
--color-5: #6a292f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebd9c7, #f2b75a, #d67c2e, #b34d3d, #6a292f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebd9c7, #f2b75a, #d67c2e, #b34d3d, #6a292f);
}

似たようなカラーパレット

パレットが見つかりません

別のフィルターを試すか、現在の選択をクリアしてください。

Dusk Vanilla color palette created on .