DND カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with DND palette

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

DND カラー パレット PNG 画像

Download dnd color palette PNG image (landscape)
Download dnd color palette PNG image (square)

DND カラーパレット CSS

/* CSS */
.color-1 {
color: #7d9a4c;
}
.color-2 {
color: #a2b663;
}
.color-3 {
color: #c2cd79;
}
.color-4 {
color: #e6e6b7;
}
.color-5 {
color: #f8d8b4;
}

/* CSS Variables */
:root {
--color-1: #7d9a4c;
--color-2: #a2b663;
--color-3: #c2cd79;
--color-4: #e6e6b7;
--color-5: #f8d8b4;
}

DND の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d9a4c, #a2b663, #c2cd79, #e6e6b7, #f8d8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d9a4c, #a2b663, #c2cd79, #e6e6b7, #f8d8b4);
}

DND color palette created on .