Purple Nightmares カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Nightmares palette

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

Purple Nightmares カラーパレット CSS

/* CSS */
.color-1 {
color: #6d2c90;
}
.color-2 {
color: #a14bc3;
}
.color-3 {
color: #d8a3e0;
}
.color-4 {
color: #f2b1b3;
}
.color-5 {
color: #f8e1d3;
}

/* CSS Variables */
:root {
--color-1: #6d2c90;
--color-2: #a14bc3;
--color-3: #d8a3e0;
--color-4: #f2b1b3;
--color-5: #f8e1d3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c90, #a14bc3, #d8a3e0, #f2b1b3, #f8e1d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c90, #a14bc3, #d8a3e0, #f2b1b3, #f8e1d3);
}

Purple Nightmares color palette created on .