Chill Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Chill Purple palette

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

Chill Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #7b1fa3;
}
.color-2 {
color: #bb69c9;
}
.color-3 {
color: #f490b1;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e42;
}

/* CSS Variables */
:root {
--color-1: #7b1fa3;
--color-2: #bb69c9;
--color-3: #f490b1;
--color-4: #ffb84d;
--color-5: #ff6e42;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1fa3, #bb69c9, #f490b1, #ffb84d, #ff6e42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1fa3, #bb69c9, #f490b1, #ffb84d, #ff6e42);
}

Chill Purple color palette created on .