Purple Brain Chambers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Brain Chambers palette

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

Purple Brain Chambers カラーパレット CSS

/* CSS */
.color-1 {
color: #d1a1e8;
}
.color-2 {
color: #9b6cd5;
}
.color-3 {
color: #5b4b8b;
}
.color-4 {
color: #ab5cbc;
}
.color-5 {
color: #f2d98c;
}

/* CSS Variables */
:root {
--color-1: #d1a1e8;
--color-2: #9b6cd5;
--color-3: #5b4b8b;
--color-4: #ab5cbc;
--color-5: #f2d98c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a1e8, #9b6cd5, #5b4b8b, #ab5cbc, #f2d98c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a1e8, #9b6cd5, #5b4b8b, #ab5cbc, #f2d98c);
}

Purple Brain Chambers color palette created on .