Loading...

Arabian Nights カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Arabian Nights palette

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

Arabian Nights カラーパレット (PNG) をダウンロード

Download arabian nights color palette PNG image (landscape)
Download arabian nights color palette PNG image (square)

Arabian Nights カラーパレット CSS

/* CSS */
.color-1 {
color: #4c2f6f;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #9a5de5;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4c2f6f;
--color-2: #6a4c94;
--color-3: #9a5de5;
--color-4: #f7b5a1;
--color-5: #ff6e61;
}

Arabian Nights の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c2f6f, #6a4c94, #9a5de5, #f7b5a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c2f6f, #6a4c94, #9a5de5, #f7b5a1, #ff6e61);
}

Arabian Nights color palette created on .