Purple Jester カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Jester palette

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

Purple Jester カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3e70;
}
.color-2 {
color: #7c5c8a;
}
.color-3 {
color: #b79cc4;
}
.color-4 {
color: #f0b7d5;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4b3e70;
--color-2: #7c5c8a;
--color-3: #b79cc4;
--color-4: #f0b7d5;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3e70, #7c5c8a, #b79cc4, #f0b7d5, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3e70, #7c5c8a, #b79cc4, #f0b7d5, #ff6e61);
}

Purple Jester color palette created on .