Purple Nightmare カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Nightmare palette

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

Purple Nightmare カラーパレット CSS

/* CSS */
.color-1 {
color: #602e60;
}
.color-2 {
color: #9b5f8f;
}
.color-3 {
color: #d8a6c3;
}
.color-4 {
color: #f4d89f;
}
.color-5 {
color: #ec7e7e;
}

/* CSS Variables */
:root {
--color-1: #602e60;
--color-2: #9b5f8f;
--color-3: #d8a6c3;
--color-4: #f4d89f;
--color-5: #ec7e7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #602e60, #9b5f8f, #d8a6c3, #f4d89f, #ec7e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #602e60, #9b5f8f, #d8a6c3, #f4d89f, #ec7e7e);
}

Purple Nightmare color palette created on .