Colorful Jester カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Colorful Jester palette
Colorful Jester カラーパレット CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d94f45;
}
.color-3 {
color: #5e4b8b;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #f4c543;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d94f45;
--color-3: #5e4b8b;
--color-4: #4b91e2;
--color-5: #f4c543;
}
Colorful Jester の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d94f45, #5e4b8b, #4b91e2, #f4c543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d94f45, #5e4b8b, #4b91e2, #f4c543);
}
似たようなカラーパレット
Colorful Jester color palette created on .