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