Dark Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Purple palette

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

Dark Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #2c2b64;
}
.color-3 {
color: #4a3c9a;
}
.color-4 {
color: #6a6eec;
}
.color-5 {
color: #f7c94b;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #2c2b64;
--color-3: #4a3c9a;
--color-4: #6a6eec;
--color-5: #f7c94b;
}

Dark Purple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #2c2b64, #4a3c9a, #6a6eec, #f7c94b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #2c2b64, #4a3c9a, #6a6eec, #f7c94b);
}

Dark Purple color palette created on .