Acostmic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Acostmic palette

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

Acostmic カラー パレット PNG 画像

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

Acostmic カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e76;
}
.color-2 {
color: #4a2b91;
}
.color-3 {
color: #7f3ea8;
}
.color-4 {
color: #b65daf;
}
.color-5 {
color: #f4a4d7;
}

/* CSS Variables */
:root {
--color-1: #1e1e76;
--color-2: #4a2b91;
--color-3: #7f3ea8;
--color-4: #b65daf;
--color-5: #f4a4d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e76, #4a2b91, #7f3ea8, #b65daf, #f4a4d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e76, #4a2b91, #7f3ea8, #b65daf, #f4a4d7);
}

Acostmic color palette created on .