Dune Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dune Whisper palette

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

Dune Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e7a3;
}
.color-2 {
color: #e8d0b0;
}
.color-3 {
color: #d7bea3;
}
.color-4 {
color: #c2a78e;
}
.color-5 {
color: #a68a6e;
}

/* CSS Variables */
:root {
--color-1: #f5e7a3;
--color-2: #e8d0b0;
--color-3: #d7bea3;
--color-4: #c2a78e;
--color-5: #a68a6e;
}

Dune Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e7a3, #e8d0b0, #d7bea3, #c2a78e, #a68a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e7a3, #e8d0b0, #d7bea3, #c2a78e, #a68a6e);
}

Dune Whisper color palette created on .