Moon TADC カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Moon TADC palette

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

Moon TADC カラー パレット PNG 画像

Download moon tadc color palette PNG image (landscape)
Download moon tadc color palette PNG image (square)

Moon TADC カラーパレット CSS

/* CSS */
.color-1 {
color: #d9b3e0;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #7b3b97;
}
.color-4 {
color: #5b2c90;
}
.color-5 {
color: #3a0a48;
}

/* CSS Variables */
:root {
--color-1: #d9b3e0;
--color-2: #a77ccb;
--color-3: #7b3b97;
--color-4: #5b2c90;
--color-5: #3a0a48;
}

Moon TADC の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b3e0, #a77ccb, #7b3b97, #5b2c90, #3a0a48);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b3e0, #a77ccb, #7b3b97, #5b2c90, #3a0a48);
}

Moon TADC color palette created on .