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