Dark Purple Cyanide カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dark Purple Cyanide palette

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

Dark Purple Cyanide カラーパレット CSS

/* CSS */
.color-1 {
color: #34246b;
}
.color-2 {
color: #473979;
}
.color-3 {
color: #5a6296;
}
.color-4 {
color: #7191a2;
}
.color-5 {
color: #7ca8ab;
}

/* CSS Variables */
:root {
--color-1: #34246b;
--color-2: #473979;
--color-3: #5a6296;
--color-4: #7191a2;
--color-5: #7ca8ab;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #34246b, #473979, #5a6296, #7191a2, #7ca8ab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #34246b, #473979, #5a6296, #7191a2, #7ca8ab);
}

Dark Purple Cyanide color palette created on .