Dark Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Purple palette

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

Dark Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #2e1a47;
}
.color-2 {
color: #5d2b6e;
}
.color-3 {
color: #8c3a8d;
}
.color-4 {
color: #c94f7c;
}
.color-5 {
color: #f5b9a3;
}

/* CSS Variables */
:root {
--color-1: #2e1a47;
--color-2: #5d2b6e;
--color-3: #8c3a8d;
--color-4: #c94f7c;
--color-5: #f5b9a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e1a47, #5d2b6e, #8c3a8d, #c94f7c, #f5b9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e1a47, #5d2b6e, #8c3a8d, #c94f7c, #f5b9a3);
}

Dark Purple color palette created on .