Fortune Teller カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fortune Teller palette

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

Fortune Teller カラー パレット PNG 画像

Download fortune teller color palette PNG image (landscape)
Download fortune teller color palette PNG image (square)

Fortune Teller カラーパレット CSS

/* CSS */
.color-1 {
color: #d4af35;
}
.color-2 {
color: #b1e0e7;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f7f7f7;
}
.color-5 {
color: #4a0080;
}

/* CSS Variables */
:root {
--color-1: #d4af35;
--color-2: #b1e0e7;
--color-3: #ff6e61;
--color-4: #f7f7f7;
--color-5: #4a0080;
}

Fortune Teller の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4af35, #b1e0e7, #ff6e61, #f7f7f7, #4a0080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4af35, #b1e0e7, #ff6e61, #f7f7f7, #4a0080);
}

Fortune Teller color palette created on .