Vibrant Jester カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Jester palette

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

Vibrant Jester カラーパレット CSS

/* CSS */
.color-1 {
color: #f15a27;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #9b58b6;
}

/* CSS Variables */
:root {
--color-1: #f15a27;
--color-2: #fab700;
--color-3: #ffea00;
--color-4: #4cae4f;
--color-5: #9b58b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f15a27, #fab700, #ffea00, #4cae4f, #9b58b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f15a27, #fab700, #ffea00, #4cae4f, #9b58b6);
}

Vibrant Jester color palette created on .